[llvm] [Analysis] Add Scalable field in MemoryLocation.h (PR #65759)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 10:18:03 PDT 2023
nikic wrote:
I think if we support scalable LocationSize, we probably need to make getValue() return a TypeSize instead of plain uint64_t. That will force us to properly handle the scalable case everywhere (getting an assertion failure if we don't, rather than introducing a silent miscompile).
https://github.com/llvm/llvm-project/pull/65759
More information about the llvm-commits
mailing list