[llvm] [BasicAA] Add Vscale GEP decomposition on variable index (PR #69152)

David Green via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 04:12:32 PST 2024


davemgreen wrote:

I've added a VScaleSentinel. It means that the Value cannot be used for the typesize any more though, so it currently treats vscale values as 64bit, possibly truncated to a smaller number of bits through the CastedValue. Let me know if you think a different way would be better.

https://github.com/llvm/llvm-project/pull/69152


More information about the llvm-commits mailing list