diff options
author | David Green <david.green@arm.com> | 2020-07-16 10:36:23 +0100 |
---|---|---|
committer | David Green <david.green@arm.com> | 2020-07-19 09:28:09 +0100 |
commit | 3504acc33e8b9ddd7de71d75cdc329a14dbf58d9 (patch) | |
tree | 109507832388778e7d81c8102d869655e0c77830 /llvm/lib/Transforms/Utils/PredicateInfo.cpp | |
parent | 2e74b6d80f347203ae17ec8b09e6b3e86ff6c179 (diff) | |
download | llvm-3504acc33e8b9ddd7de71d75cdc329a14dbf58d9.zip llvm-3504acc33e8b9ddd7de71d75cdc329a14dbf58d9.tar.gz llvm-3504acc33e8b9ddd7de71d75cdc329a14dbf58d9.tar.bz2 |
[ARM] Don't mark vctp as having sideeffects
As far as I can tell, it should not be necessary for VCTP to be
unpredictable in tail predicated loops. Either it has a a valid loop
counter as a operand which will naturally keep it in the right loop, or
it doesn't and it won't be converted to a tail predicated loop. Not
marking it as having side effects allows it to be scheduled more cleanly
for cases where it is not expected to become a tail predicate loop.
Differential Revision: https://reviews.llvm.org/D83907
Diffstat (limited to 'llvm/lib/Transforms/Utils/PredicateInfo.cpp')
0 files changed, 0 insertions, 0 deletions