[llvm] [AMDGPU] Account for existing SDWA selections (PR #123221)
Frederik Harwath via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 26 08:03:35 PST 2025
================
@@ -451,13 +497,33 @@ bool SDWASrcOperand::convertToSDWA(MachineInstr &MI, const SIInstrInfo *TII) {
}
copyRegOperand(*Src, *getTargetOperand());
if (!IsPreserveSrc) {
- SrcSel->setImm(getSrcSel());
+ SdwaSel ExistingSel = static_cast<SdwaSel>(SrcSel->getImm());
----------------
frederik-h wrote:
It doesn't. I have tried to improve this in this PR #128898.
https://github.com/llvm/llvm-project/pull/123221
More information about the llvm-commits
mailing list