[llvm] [AArch64] Remove redundant fmov instruction in i32 load, zero-extension to i64 and bitcast to f64 (PR #146920)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 4 01:01:39 PDT 2025
================
@@ -9414,6 +9418,7 @@ def : Pat<(v4i32 (mulhu V128:$Rn, V128:$Rm)),
(EXTRACT_SUBREG V128:$Rm, dsub)),
(UMULLv4i32_v2i64 V128:$Rn, V128:$Rm))>;
+
----------------
davemgreen wrote:
Can clear up the extra newlines.
https://github.com/llvm/llvm-project/pull/146920
More information about the llvm-commits
mailing list