[PATCH] D75186: [ARM] Add CPSR as an implicit use of t2IT

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 05:31:58 PST 2020


ostannard added a comment.

This doesn't look correct to me - the IT instruction writes to `CPSR` (which we represent as `ITSTATE`), but it doesn't read anything from it.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75186/new/

https://reviews.llvm.org/D75186





More information about the llvm-commits mailing list