Files
clang-p2996/llvm/lib/CodeGen/BranchRelaxation.cpp
Philip Reames 03bb277f30 [BranchRelaxation] Strengthen post condition assertions
The whole point of this pass is to rewrite branches so that branches are in bounds. We should assert that we succeeded rather than just that we kept our internal data structure in sync.

Differential Revision: https://reviews.llvm.org/D142778
2023-01-31 08:05:31 -08:00

22 KiB