[PATCH] D137149: Use PassGate from LLVMContext if any otherwise global one

Valentin Churavy via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 6 10:37:24 PDT 2023


vchuravy added a comment.
Herald added a subscriber: wangpc.

Late to the party here, but passing an `LLVMContext` seems really strange from a JIT perspective.
We construct a pipeline that may be run over many modules each of them maybe using a different LLVM Context.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137149



More information about the cfe-commits mailing list