[PATCH] D108679: Restrict ARM IT Blocks on Windows
Daniel Paoliello via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 26 18:37:27 PDT 2021
dpaoliello added a comment.
In D108679#2964349 <https://reviews.llvm.org/D108679#2964349>, @mstorsjo wrote:
> This change seems fine to me, but can we add some sort of testcase for it? Do we have an existing testcase that check for the default behaviour when targeting armv8 somewhere?
I could not find any existing tests specifically checking if IT blocks are restricted or not, so I added tests for the existing behavior and the new Windows behavior.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108679/new/
https://reviews.llvm.org/D108679
More information about the llvm-commits
mailing list