Files
clang-p2996/llvm/test/Transforms/PhaseOrdering
YAMAMOTO Takashi 5d79110959 [Pipelines] Perform mergefunc after constmerge (#92498)
Constmerge can fold switch jump tables, possibly making functions
identical again. It can help mergefunc.
On the other hand, the opposite seems unlikely.

Fixes https://github.com/llvm/llvm-project/issues/92201.
2024-07-05 12:28:03 +02:00
..