llvm-project
36dd0902 - [SLP] Support memory runtime alias checks

Commit
32 days ago
[SLP] Support memory runtime alias checks Vectorize straight-line code blocked by runtime-checkable may-alias dependencies by versioning the block. Drop the deps, and if the tree is profitable, emit base-object address-range overlap checks branching to a vector fast path or an original-order scalar fallback. Fixes #201534 Original Pull Request: https://github.com/llvm/llvm-project/pull/203631 Recommit after revert in a9ba4d3fd27a05b31adfeaab5dcd42d8e43c1931, related to late commit before the release and small after-commit change request Recommit after revert in ea9175f63571dda7efbdbeff9b6eed33879307ac, fixed testing with PROFCHECK=ON Reviewers: Pull Request: https://github.com/llvm/llvm-project/pull/209820
Author
Parents
Loading