[llvm] [AMDGPU] Check hasNoF16PseudoScalarTransInlineConstants in more places (PR #208459)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 10:14:10 PDT 2026


================
@@ -201,6 +201,8 @@
 ---
 name: exp_f16_imm
 tracksRegLiveness: true
+machineFunctionInfo:
+  stackPtrOffsetReg: '$sgpr32'
----------------
arsenm wrote:

This shouldn't need this? (also, we really should remove this MFI field and just hardcode it)

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


More information about the llvm-commits mailing list