[llvm] [AArch64] Remove redundant fmov instruction in i32 load, zero-extension to i64 and bitcast to f64 (PR #146920)
Amina Chabane via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 4 02:25:55 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))>;
+
----------------
Amichaxx wrote:
Changed in latest commit.
https://github.com/llvm/llvm-project/pull/146920
More information about the llvm-commits
mailing list