[llvm] [AMDGPU][True16][CodeGen] true16 codegen pat for fptrunc_round (PR #124044)
Ivan Kosarev via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 03:42:58 PST 2025
================
@@ -178,18 +180,21 @@ Status SIModeRegister::getInstructionMode(MachineInstr &MI,
unsigned Mode = MI.getOperand(2).getImm();
MI.removeOperand(2);
// Replacing the pseudo by a real instruction in place
----------------
kosarev wrote:
We can probably remove these comments. It's pretty obvious we do setDesc() here.
https://github.com/llvm/llvm-project/pull/124044
More information about the llvm-commits
mailing list