[clang] [CIR] Upstream cir-canonicalize pass (PR #131891)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 18 14:02:53 PDT 2025
================
@@ -412,6 +412,12 @@ class FrontendOptions {
LLVM_PREFERRED_TYPE(bool)
unsigned UseClangIRPipeline : 1;
+ /// Disable Clang IR specific (CIR) passes
+ unsigned ClangIRDisablePasses : 1;
----------------
erichkeane wrote:
Please add `LLVM_PREFERED_TYPE` to these.
https://github.com/llvm/llvm-project/pull/131891
More information about the cfe-commits
mailing list