[llvm] IR: Make llvm.fake.use a DefaultAttrsIntrinsic (PR #131743)

Stephen Tozer via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 18 07:10:38 PDT 2025


https://github.com/SLTozer commented:

Besides the failing test (looks like it's just a matter of the fake.use attribute index shifting in `fake-use-determinism.c`), this LGTM. Just as a small check for posterity, is there a reason to use `IntrInaccessibleMemOnly` over `IntrNoMem` when we've also set `IntrHasSideEffects`?

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


More information about the llvm-commits mailing list