[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 01:18:56 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:

Yes, will get to adding these today. Thanks.

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


More information about the llvm-commits mailing list