[llvm] [AArch64] Avoid ld4 lowering for deinterleave4 feeding uitofp (PR #200763)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 03:07:32 PDT 2026


================
@@ -0,0 +1,158 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc < %s -mtriple aarch64-none-linux-gnu -mattr=+sve | FileCheck %s
+
+
+define <8 x double> @uitofp_fadd_02(ptr %p) {
+; CHECK-LABEL: uitofp_fadd_02:
----------------
david-arm wrote:

Since the PR is about showing better lowering code could you add the tests as a separate commit within the PR so that we can see the effect of the code changes?

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


More information about the llvm-commits mailing list