Files
clang-p2996/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
Tobias Stadler 5c3a0fa7e5 [GlobalISel] IRTranslator: Use RAIIMFObsDelInstaller (#102379)
Similar to #102156.

runOnMachineFunction() installs the Observer correctly manually.

finishPendingPhis() doesn't install into the MF, but this currently
can't cause issues because DILocationVerifier doesn't care about changed
instructions.

Switch to RAIIMFObsDelInstaller in both places for consistency.
2024-08-13 15:10:59 +02:00

151 KiB