[PATCH] D118428: [clang-cl] Support the /JMC flag
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 3 01:42:29 PST 2022
hans added a comment.
It seems Phabricator ate my comment, but I meant to say:
My understanding is still that IR passes generally live in Transforms/ and that CodeGen/ deals with lower levels such as MachineInstrs, SelectionDAG, etc. with CodegenPrepare as the big exception.
Thinking about it another way, what about this pass makes it a "codegen IR" pass as opposed to all the other passes that add instrumentation to the IR and live in Transforms/Instrumentation/ ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118428/new/
https://reviews.llvm.org/D118428
More information about the llvm-commits
mailing list