[PATCH] D105912: [AArch64][GlobalISel] Legalize store <2 x i16>
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 13 10:37:01 PDT 2021
paquette accepted this revision.
paquette added a comment.
This revision is now accepted and ready to land.
LGTM with test nit
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/legalize-load-store.mir:549
+tracksRegLiveness: true
+registers:
+ - { id: 0, class: _ }
----------------
You can drop the `alignment`, `registers`, `liveins`, `frameInfo`, and `machineFunctionInfo` bits here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105912/new/
https://reviews.llvm.org/D105912
More information about the llvm-commits
mailing list