Files
clang-p2996/llvm/lib/CodeGen/MachineInstrBundle.cpp
Jay Foad 6b7e65a111 [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.
2025-05-09 16:10:52 +01:00

11 KiB