[all-commits] [llvm/llvm-project] d4de7c: [NewPM] Use PassID instead of pass name
pchintalapudi via All-commits
all-commits at lists.llvm.org
Fri Apr 14 17:58:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4de7c2e1e7954ea03545f1551fda9f6bb9387cf
https://github.com/llvm/llvm-project/commit/d4de7c2e1e7954ea03545f1551fda9f6bb9387cf
Author: Prem Chintalapudi <prem.chintalapudi at gmail.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M llvm/lib/Passes/StandardInstrumentations.cpp
A llvm/test/Other/loop-print-after-pass-invalidated.ll
Log Message:
-----------
[NewPM] Use PassID instead of pass name
PrintIRInstrumentation::shouldPrintAfterPass accepts a pass ID instead of a pass name
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D147394
More information about the All-commits
mailing list