[PATCH] D138081: [IR] Split out IR printing passes into IRPrinter
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 18 11:51:00 PST 2022
alexander-shaposhnikov added inline comments.
================
Comment at: utils/bazel/llvm-project-overlay/llvm/BUILD.bazel:918
":Core",
+ ":IRPrinter",
":IRReader",
----------------
tejohnson wrote:
> Per the follow on fix to D137768, I guess this one was unnecessary. Can you check if there are any others added that are similarly unnecessary and can be removed?
Yeah, correct. I'll check other places.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138081/new/
https://reviews.llvm.org/D138081
More information about the llvm-commits
mailing list