[llvm] [AArch64] Remove redundant FMOV for zero-extended i32/i16 loads to f64 (PR #146920)
Amina Chabane via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 8 06:13:11 PDT 2025
================
@@ -0,0 +1,14 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=aarch64-linux-gnu -o - %s | FileCheck %s
+
+define double @_Z9load_u64_from_u32_testPj(ptr %n) {
----------------
Amichaxx wrote:
I have all the tests in the same file, as well as all matching patterns. I am waiting for internal approval before I can push. Thanks.
https://github.com/llvm/llvm-project/pull/146920
More information about the llvm-commits
mailing list