[llvm] [PredicateInfo] Support existing `PredicateType` by adding `PredicatePHI` when needing introduction of phi nodes (PR #151132)
Rajveer Singh Bharadwaj via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 3 05:11:04 PDT 2025
https://github.com/Rajveer100 commented:
So I managed to get the predicate information correctly work and get the final output as well:
```llvm
store i32 0, ptr @p, align 4
```
More info below.
https://github.com/llvm/llvm-project/pull/151132
More information about the llvm-commits
mailing list