diff options
author | Florian Hahn <flo@fhahn.com> | 2022-06-13 22:20:58 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2022-06-13 22:20:58 +0100 |
commit | 9129e7bb541b8f83a0acefe541b6887837178d8e (patch) | |
tree | b8ba9365e74c0e23dc800f14feb2ed34d28b6db6 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 6d1543a16797fa07eecea7e542df5b42422fc721 (diff) | |
download | llvm-9129e7bb541b8f83a0acefe541b6887837178d8e.zip llvm-9129e7bb541b8f83a0acefe541b6887837178d8e.tar.gz llvm-9129e7bb541b8f83a0acefe541b6887837178d8e.tar.bz2 |
[LV] Replace OrigPHIsToFix in native with VPlan traversal. (NFC)
OrigPHIsToFix is only used in the native path. Collecting phis can be
replaced by iterating over the plan. This also removes another
unnecessary use of a late getVPValue.
This also reduces the coupling between ILV and the VPlan utilities.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions