[llvm] [AMDGPU][True16][CodeGen] FLAT_load using D16 pseudo instruction (PR #114500)
    Brox Chen via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb  4 10:10:10 PST 2025
    
    
  
================
@@ -132,6 +133,35 @@ void AMDGPUMCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const {
     OutMI.addOperand(Dest);
     OutMI.addOperand(Src);
     return;
+  } else if (const auto *Info = AMDGPU::getT16D16Helper(Opcode)) {
----------------
broxigarchen wrote:
moved to another function
https://github.com/llvm/llvm-project/pull/114500
    
    
More information about the llvm-commits
mailing list