[llvm] [AMDGPU][SDAG] Support source modifiers on select integer operands (PR #147325)
Chris Jackson via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 12 09:30:21 PDT 2025
chrisjbris wrote:
I'm currently attempting move a simplified version of the selectcombine implemented into the TI selectcombine, to take advantage of the combiner splitting the i64 op for us. This will require careful use of shouldFoldSelectWithIdentityConstant() from TargetLowering.h.
https://github.com/llvm/llvm-project/pull/147325
More information about the llvm-commits
mailing list