diff options
author | Florian Hahn <flo@fhahn.com> | 2024-02-14 12:28:58 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2024-02-14 12:28:58 +0000 |
commit | debca7ee43522e1702ade36f4954517e35f82886 (patch) | |
tree | eb1241467f3bc39e4f9909af4519ff786a36edfe /clang/lib/Basic/IdentifierTable.cpp | |
parent | 6cab375b4b3d33c18c5f8686105ea20458451a71 (diff) | |
download | llvm-debca7ee43522e1702ade36f4954517e35f82886.zip llvm-debca7ee43522e1702ade36f4954517e35f82886.tar.gz llvm-debca7ee43522e1702ade36f4954517e35f82886.tar.bz2 |
[VPlan] Move dropping of poison flags to VPlanTransforms. (NFC)
Move collectPoisonGeneratingFlags from InnerLoopVectorizer to
VPlanTransforms and also update its name. collectPoisonGeneratingFlags
already directly drops poison-generating flags, not only collecting it.
This means it is more appropriate to integerate it directly into the
VPlan transform pipeline.
The current implementation still calls back to legal to check if a block
needs predication, which should be improved in the future.
Diffstat (limited to 'clang/lib/Basic/IdentifierTable.cpp')
0 files changed, 0 insertions, 0 deletions