[llvm] [AMDGPU] Remove some duplicated lines. NFCI. (PR #128029)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 08:56:49 PST 2025


================
@@ -582,7 +582,6 @@ SITargetLowering::SITargetLowering(const TargetMachine &TM,
 
     setOperationAction({ISD::FP_TO_SINT, ISD::FP_TO_UINT}, MVT::i16, Custom);
     setOperationAction({ISD::SINT_TO_FP, ISD::UINT_TO_FP}, MVT::i16, Custom);
-    setOperationAction({ISD::SINT_TO_FP, ISD::UINT_TO_FP}, MVT::i16, Custom);
----------------
jayfoad wrote:

Added by #76215. @arsenm

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


More information about the llvm-commits mailing list