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

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 21:45:39 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
----------------
vfdff wrote:

Thanks, add attribute `vscale_range(4,4)` for IR, then remove the option `aarch64-sve-vector-bits-max`

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


More information about the llvm-commits mailing list