[llvm] [AMDGPU] Account for existing SDWA selections (PR #123221)
Jeffrey Byrnes via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 21 14:50:34 PST 2025
================
@@ -187,6 +196,8 @@ class SDWADstPreserveOperand : public SDWADstOperand {
Preserve(PreserveOp) {}
bool convertToSDWA(MachineInstr &MI, const SIInstrInfo *TII) override;
+ bool canCombineSelections(const MachineInstr &MI,
----------------
jrbyrnes wrote:
Not sure this is needed
https://github.com/llvm/llvm-project/pull/123221
More information about the llvm-commits
mailing list