[PATCH] D139898: [StandardInstrumentations] Handle initial IR before checking if IR is interesting

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 17:21:22 PST 2022


aeubanks created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Otherwise we end up in situations where we print thre initial IR after we've already printed some changed IR.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139898

Files:
  llvm/lib/Passes/StandardInstrumentations.cpp
  llvm/test/Other/ChangePrinters/DotCfg/print-changed-dot-cfg.ll
  llvm/test/Other/ChangePrinters/print-changed-diff.ll
  llvm/test/Other/change-printer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139898.482320.patch
Type: text/x-patch
Size: 20445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221213/80c8da4c/attachment.bin>


More information about the llvm-commits mailing list