[PATCH] D147394: [NewPM] Use PassID instead of pass name

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 09:59:45 PDT 2023


aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.

lg with one more test fix



================
Comment at: llvm/test/Other/loop-print-after-pass-invalidated.ll:2
+; RUN: opt < %s 2>&1 -disable-output \
+; RUN: 	   -passes='loop(simple-loop-unswitch)' -enable-nontrivial-unswitch \
+; RUN:     -print-after=simple-loop-unswitch \
----------------
aeubanks wrote:
> 
this suggested fix is still relevant


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147394/new/

https://reviews.llvm.org/D147394



More information about the llvm-commits mailing list