[PATCH] D96335: [NFC] Adding test for clobbering of high registers in Thumb
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 06:13:13 PST 2021
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/CodeGen/Thumb/high-reg-clobber.mir:11-16
+registers:
+ - { id: 0, class: tgpr }
+ - { id: 1, class: hgpr }
+ - { id: 2, class: tgpr }
+liveins:
+ - { reg: '$r0', virtual-reg: '%0' }
----------------
Can drop this too
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96335/new/
https://reviews.llvm.org/D96335
More information about the llvm-commits
mailing list