[llvm] [AMDGPU][True16][CodeGen] FLAT_load using D16 pseudo instruction (PR #114500)

Brox Chen via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 09:24:50 PST 2025


================
@@ -113,9 +113,50 @@ bool AMDGPUMCInstLower::lowerOperand(const MachineOperand &MO,
   llvm_unreachable("unknown operand type");
 }
 
-void AMDGPUMCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const {
+// Lower true16 D16 Opcode to d16_lo/d16_hi MCInst base on Dst/Data's .l/.h
----------------
broxigarchen wrote:

updated

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


More information about the llvm-commits mailing list