Files
clang-p2996/llvm/lib/CodeGen/CodeGen.cpp
Serguei Katkov aa5cc39b6d [BreakFalseDeps] Respect dead blocks.
The pass uses ReachingDefAnalysis which has no information about
instructions in dead blocks.
So do not process them.

Reviewed By: pengfei
Differential Revision: https://reviews.llvm.org/D148329
2023-04-21 12:17:04 +07:00

6.3 KiB