[llvm] [AArch64] Removed redundant FMOV instruction for truncstores of f64/f32 via bitcast to i64/i32/i8. (PR #149997)

via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 18 05:22:24 PDT 2025


================
@@ -0,0 +1,60 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=aarch64-unknown-linux-gnu -mattr=+fp-armv8,+fullfp16 < %s | FileCheck %s
+
+
+define void @_Z10store_f64i32Pjd(ptr %n, double noundef %x){
----------------
CarolineConcatto wrote:

Nit: Can we change the name of these tests to something like:
test_truncstore_f64toi32 and so on. 

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


More information about the llvm-commits mailing list