diff options
author | Florian Hahn <flo@fhahn.com> | 2020-04-15 10:18:31 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2020-04-15 10:18:42 +0100 |
commit | 79d185c79271455c6b05c86ba422f40e70c7e970 (patch) | |
tree | d7593f2288a6f44b74700023184a75f578078712 /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | |
parent | 129cf84e69537ae5c184550f94be18da738d9261 (diff) | |
download | llvm-79d185c79271455c6b05c86ba422f40e70c7e970.zip llvm-79d185c79271455c6b05c86ba422f40e70c7e970.tar.gz llvm-79d185c79271455c6b05c86ba422f40e70c7e970.tar.bz2 |
[VPlan] Move Load/Store checks out of tryToWiden (NFC).
Handling LoadInst and StoreInst in tryToWiden seems a bit
counter-intuitive, as there is only an assertion for them and in no
case VPWidenRefipes are created for them.
I think it makes sense to move the assertion to handleReplication, where
the non-widened loads and store are handled.
Reviewers: gilr, rengolin, Ayal, hsaito
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D77972
Diffstat (limited to 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp')
0 files changed, 0 insertions, 0 deletions