[llvm] [AMDGPU] Remove some duplicated lines. NFCI. (PR #128029)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 08:55:46 PST 2025
================
@@ -375,7 +375,6 @@ AMDGPUTargetLowering::AMDGPUTargetLowering(const TargetMachine &TM,
setTruncStoreAction(MVT::v16f64, MVT::v16bf16, Expand);
setTruncStoreAction(MVT::v16f64, MVT::v16f16, Expand);
setTruncStoreAction(MVT::v16i64, MVT::v16i16, Expand);
- setTruncStoreAction(MVT::v16i64, MVT::v16i16, Expand);
----------------
jayfoad wrote:
Added by https://reviews.llvm.org/D79960 . I wonder if it was meant to say `v16i32`. @rampitec
https://github.com/llvm/llvm-project/pull/128029
More information about the llvm-commits
mailing list