[llvm] [AMDGPU] Fix implicit operands of VOPD cndmask instructions (PR #87788)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 6 13:07:52 PDT 2024


================
@@ -642,6 +642,17 @@ void GCNSubtarget::overrideSchedPolicy(MachineSchedPolicy &Policy,
     Policy.ShouldTrackLaneMasks = true;
 }
 
+void GCNSubtarget::mirFileLoaded(MachineFunction &MF) const {
----------------
arsenm wrote:

I think we should switch to using HwMode on the wavesize to swap out the actual operands on construction 

https://github.com/llvm/llvm-project/pull/87788


More information about the llvm-commits mailing list