[llvm] [IR] Introduce captures attribute (PR #116990)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 26 01:52:39 PST 2024
dtcxzyw wrote:
> I'm not really sure what your godbolt example is supposed to show (I don't see any relation to provenance capture?)
`icmp ptr eq %p, %q` doesn't allow us to perform GVN for `load %p` and `load %q`, right? Another alive2 counterexample: https://github.com/AliveToolkit/alive2/issues/1110
https://github.com/llvm/llvm-project/pull/116990
More information about the llvm-commits
mailing list