[PATCH] D37374: [PATCH][ARM] Enable the use of SVC anywhere in an IT block

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 03:15:08 PDT 2017


olista01 accepted this revision.
olista01 added a comment.
This revision is now accepted and ready to land.

LGTM.

This looks like it should also apply to HVC and SMC, but they have different IT block behaviour (not predicable and only allowed as last instruction, respectively), which we already model correctly.


https://reviews.llvm.org/D37374





More information about the llvm-commits mailing list