Files
clang-p2996/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
Alexis Engelke 37e75cdf9f [CodeGen] Use BasicBlock numbers to map to MBBs (#101883)
Now that basic blocks have numbers, we can replace the BB-to-MBB maps
and the visited set during ISel with vectors for faster lookup.
2024-08-06 10:22:31 +02:00

22 KiB