[PATCH] D119338: [AArch64][SVE] Add structured load/store opcodes to getMemOpInfo
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 10 08:34:03 PST 2022
david-arm accepted this revision.
david-arm added a comment.
This revision is now accepted and ready to land.
LGTM! Thanks for making the changes @kmclaughlin.
================
Comment at: llvm/test/CodeGen/AArch64/sve-fixed-ld2-alloca.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -aarch64-sve-vector-bits-min=256 < %s | FileCheck %s
----------------
nit: I think maybe we don't need this file anymore, since all the various loads/stores are now covered in the other tests?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119338/new/
https://reviews.llvm.org/D119338
More information about the llvm-commits
mailing list