[llvm] [AArch64][GlobalISel] Improve legalization of G_PTR_ADD (PR #91763)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Sat May 11 08:20:52 PDT 2024
================
@@ -0,0 +1,221 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=aarch64-none-eabi | FileCheck %s --check-prefixes=CHECK,CHECK-SD
+; RUN: llc < %s -mtriple=aarch64-none-eabi -global-isel | FileCheck %s --check-prefixes=CHECK,CHECK-GI
+
+; Note: these tests use stores instead of returns as the return handling for
+; vector ptrs is currently sometimes create invalid merge values.
----------------
tschuett wrote:
Nit: unmerge values.
https://github.com/llvm/llvm-project/pull/91763
More information about the llvm-commits
mailing list