[llvm] [SelectionDAG] Fix bug related to demanded bits/elts for BITCAST (PR #139085)
Björn Pettersson via llvm-commits
llvm-commits at lists.llvm.org
Thu May 22 04:43:02 PDT 2025
bjope wrote:
Added some commits showing the attempt of adding a "Do Not Poison Elts" kind of mask to SimplifyDemandedVectorElts (as well as the target node version in a separate step). That feels a bit tricky but reduced the amount of diffs a bit.
https://github.com/llvm/llvm-project/pull/139085
More information about the llvm-commits
mailing list