[llvm] [SVE][InstCombine] Fold ld1d and splice into ld1ro (PR #69565)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 06:31:16 PDT 2023


================
@@ -0,0 +1,37 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -S -mattr=+sve,+f64mm -passes=instcombine -aarch64-sve-vector-bits-min=512 -aarch64-sve-vector-bits-max=512 < %s | FileCheck %s
----------------
paulwalker-arm wrote:

As above `aarch64-sve-vector-bits-max` is really for internal code generation testing.  You likely want to mirror the logic used when specifying `-msve-vector-bit` which adds `vscale_range` attributes to the IR.

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


More information about the llvm-commits mailing list