[llvm] VNCoercion: Safely handle targets where pointers are larger than the largest legal integers. (PR #118584)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 02:48:06 PST 2024


https://github.com/nikic requested changes to this pull request.

Please add a test. This should be possible by just specifying an appropriate data layout, even outside the CHERI fork.

However, I don't really understand why this condition is necessary at all. How is the largest legal integer type relevant in this context?

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


More information about the llvm-commits mailing list