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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 9 09:18:17 PDT 2026


================
@@ -4735,6 +4735,30 @@ bool SIInstrInfo::isInlineConstant(int64_t Imm, uint8_t OperandType) const {
   }
 }
 
+bool SIInstrInfo::isInlineConstant(const MachineInstr &MI, unsigned OpIdx,
----------------
arsenm wrote:

Moving this out of line shouldn't be in this patch 

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


More information about the llvm-commits mailing list