Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks!
llvm/test/Transforms/LoopVectorize/X86/pr52111.ll | ||
---|---|---|
119 ↗ | (On Diff #380588) | !noalias should not be needed, as %input already has noalias. |
125 ↗ | (On Diff #380588) | alias.scope should not be added as %input is noalias. |
136 ↗ | (On Diff #380588) | Only this seems to be needed, the other metadata can be dropped. |
Comment Actions
- Added test for poison phi
- Added tests to make sure we don't drop poison-generating flags from instructions not contributing to address computation of masked loads/stores.
- Improved comments
Comment Actions
Added test for non-predicated poison-generation instructions that
contribute to the address computation of a widen masked load