Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Expr(:loopinfo) codegen #50663

Merged
merged 14 commits into from
Aug 14, 2023
Merged

Fix Expr(:loopinfo) codegen #50663

merged 14 commits into from
Aug 14, 2023

Commits on Aug 13, 2023

  1. parse to LoopID

    vchuravy committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    8b8ad0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ad712f View commit details
    Browse the repository at this point in the history
  3. remove loopinfo_marker func

    vchuravy committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    e1ecb2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c21def View commit details
    Browse the repository at this point in the history
  5. allow loopID on condbr

    vchuravy committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    2d93513 View commit details
    Browse the repository at this point in the history
  6. Revert "fixup! Turn llvm-simdloop into a loop pass"

    This reverts commit 0cfa740a5f224ab0de070e0d31c11d7f6ed16669.
    vchuravy committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    e60b779 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2838d7b View commit details
    Browse the repository at this point in the history
  8. fix JL_VERIFY_PASSES

    vchuravy committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    e1576e5 View commit details
    Browse the repository at this point in the history
  9. add simdloop-memoryssa test

    vchuravy committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    694042c View commit details
    Browse the repository at this point in the history
  10. update docs

    vchuravy committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    7f2e870 View commit details
    Browse the repository at this point in the history
  11. add remark back

    vchuravy committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    09ec9eb View commit details
    Browse the repository at this point in the history
  12. handle ScalarEvolution

    vchuravy committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    78604ec View commit details
    Browse the repository at this point in the history
  13. drop julia. in llvm-simdloop

    vchuravy committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    86a848e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d384889 View commit details
    Browse the repository at this point in the history