diff options
author | Florian Hahn <flo@fhahn.com> | 2020-05-10 16:48:06 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2020-05-10 17:39:26 +0100 |
commit | 8528186b9bfcb0e422a1046871f855edcf3389f6 (patch) | |
tree | ee6325be1dff57b20621e560ec1bbf5f32eeb4d8 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | d5a2870a6e99d8fe4ae03283ed21a56abafe1e3c (diff) | |
download | llvm-8528186b9bfcb0e422a1046871f855edcf3389f6.zip llvm-8528186b9bfcb0e422a1046871f855edcf3389f6.tar.gz llvm-8528186b9bfcb0e422a1046871f855edcf3389f6.tar.bz2 |
[LAA] Move runtime-check generation to Transforms/Utils/loopUtils (NFC)
Currently LAA's uses of ScalarEvolutionExpander blocks moving the
expander from Analysis to Transforms. Conceptually the expander does not
fit into Analysis (it is only used for code generation) and
runtime-check generation also seems to be better suited as a
transformation utility.
Reviewers: Ayal, anemet
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D78460
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions