Files
clang-p2996/llvm/test/Transforms/InstCombine/scalable-vector-array.ll
Nikita Popov 74aa1abfae [InstCombine] Canonicalize scalable GEPs to use llvm.vscale intrinsic (#90569)
Canonicalize getelementptr instructions for scalable vector types into
ptradd representation with an explicit llvm.vscale call. This
representation has better support in BasicAA, which can reason about
llvm.vscale, but not plain scalable GEPs.
2024-05-01 14:53:43 +09:00

1.5 KiB