[llvm] AMDGPU: Fix packed 16-bit inline constants (PR #76522)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 12:16:01 PST 2024


================
@@ -532,7 +560,24 @@ void AMDGPUInstPrinter::printImmediate32(uint32_t Imm,
            STI.hasFeature(AMDGPU::FeatureInv2PiInlineImm))
     O << "0.15915494";
   else
-    O << formatHex(static_cast<uint64_t>(Imm));
+    return false;
----------------
rampitec wrote:

Same here.

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


More information about the llvm-commits mailing list