summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorGeoff Berry <gberry@codeaurora.org>2017-08-16 19:03:16 +0000
committerGeoff Berry <gberry@codeaurora.org>2017-08-16 19:03:16 +0000
commit40549ad1ac7c82f195da3e0b5caf566ff4bbe79d (patch)
tree34800e0f7b89943f7c962aff1061d0f7790fae81 /llvm/lib/CodeGen/CodeGen.cpp
parentcb833076aca55d545cf2b6b3c28b07423bc48085 (diff)
downloadbcm5719-llvm-40549ad1ac7c82f195da3e0b5caf566ff4bbe79d.tar.gz
bcm5719-llvm-40549ad1ac7c82f195da3e0b5caf566ff4bbe79d.zip
[LoopDataPrefetch][AArch64FalkorHWPFFix] Preserve ScalarEvolution
Summary: Mark LoopDataPrefetch and AArch64FalkorHWPFFix passes as preserving ScalarEvolution since they do not alter loop structure and should not alter any SCEV values (though LoopDataPrefetch may introduce new instructions that won't have cached SCEV values yet). This can result in slight code differences, mainly w.r.t. nsw/nuw flags on SCEVs, since these are computed somewhat lazily when a zext/sext instruction is encountered. As a result, passes after the modified passes may see SCEVs with more nsw/nuw flags present. Reviewers: sanjoy, anemet Subscribers: aemerson, rengolin, mzolotukhin, javed.absar, kristof.beyls, mcrosier, llvm-commits Differential Revision: https://reviews.llvm.org/D36716 llvm-svn: 311032
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud