[llvm-branch-commits] [llvm] [InstCombine] Enable select freeze poison folding when storing value (PR #129776)
John McIver via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Mar 5 16:17:00 PST 2025
jmciver wrote:
@nikic and @dtcxzyw thanks for the feedback.
This patch does bypasses the need for freeze poison -> null canonicalization removal in InstCombine. To provide context I am seeing the lack of store of select freeze poison folding in uninitialized memory semantics work that I am doing with @nlopes.
I would like to incorporate this and then once freeze poison -> null canonicalization is removed from InstCombine refactor appropriately. Would this be acceptable?
https://github.com/llvm/llvm-project/pull/129776
More information about the llvm-branch-commits
mailing list