[llvm] [AMDGPU][True16][CodeGen] FLAT_load using D16 pseudo instruction (PR #114500)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 13 07:53:33 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
----------------
Sisyph wrote:
```suggestion
// Lower true16 D16 pseudo instruction to d16_lo/d16_hi MCInst based on Dst/Data's .l/.h
```
https://github.com/llvm/llvm-project/pull/114500
More information about the llvm-commits
mailing list