Files
clang-p2996/llvm/lib/CodeGen/LiveRangeCalc.cpp
Jay Foad a33ae1b7df [LiveRangeCalc] Fix isJointlyDominated (#116020)
Check that every path from the entry block to the use block passes
through at least one def block. Previously we only checked that at least
one path passed through a def block.
2024-11-13 13:36:48 +00:00

16 KiB