[llvm] [AArch64] Use sve instructions for fixed-width smulh/umulh. (PR #166168)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 8 05:31:13 PST 2025


================
@@ -1880,10 +1882,6 @@ AArch64TargetLowering::AArch64TargetLowering(const TargetMachine &TM,
       setOperationAction(ISD::CTLZ, MVT::v1i64, Custom);
       setOperationAction(ISD::CTLZ, MVT::v2i64, Custom);
       setOperationAction(ISD::CTTZ, MVT::v1i64, Custom);
-      setOperationAction(ISD::MULHS, MVT::v1i64, Custom);
----------------
david-arm wrote:

Do we need to delete similar code below on lines 1906-1907?

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


More information about the llvm-commits mailing list