diff options
author | Jay Foad <jay.foad@amd.com> | 2025-05-09 16:10:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-09 16:10:52 +0100 |
commit | 6b7e65a1115bbeb4d881d2ac0a3adaa86d47d598 (patch) | |
tree | 5c7f58470d9d7024be4f13d49907eaf7a9da6dd7 /clang/lib/Frontend/CompilerInstance.cpp | |
parent | 7e64ade2ef1af72db235f6d76ecd319abc09690e (diff) | |
download | llvm-6b7e65a1115bbeb4d881d2ac0a3adaa86d47d598.zip llvm-6b7e65a1115bbeb4d881d2ac0a3adaa86d47d598.tar.gz llvm-6b7e65a1115bbeb4d881d2ac0a3adaa86d47d598.tar.bz2 |
[CodeGen] Simplify finalizeBundle. NFC. (#139234)
Use all_uses and all_defs instead of separate Defs vector. Use
SmallSetVector instead of separate SmallSet and SmallVector. Remove
unneeded `Added` set. Fold FrameSetup/FrameDestroy into the main loop
instead of doing a separate loop over the bundled instructions.
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions