[llvm] [SDAG] Read-only intrinsics must have WillReturn attribute to be treated as loads (PR #99999)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 12:02:29 PDT 2024


nikic wrote:

I think the change makes sense in principle, but we need to be careful about it affecting things it shouldn't. At the least the bpf.load intrinsics need to be fixed. But you should probably also try running all tests with this converted into an assertion instead -- I expect that there are still loads of intrinsics that don't have WillReturn but should.



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


More information about the llvm-commits mailing list