[llvm-branch-commits] [clang] [CIR] Add options to emit ClangIR and enable the ClangIR pipeline (PR #89030)

Nathan Lanza via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Apr 24 19:57:58 PDT 2024


================
@@ -408,6 +411,9 @@ class FrontendOptions {
   LLVM_PREFERRED_TYPE(bool)
   unsigned GenReducedBMI : 1;
 
+  /// Use Clang IR pipeline to emit code
+  unsigned UseClangIRPipeline : 1;
----------------
lanza wrote:

Ah I guess this is why we didn't have the `false` defualt before. This was added a few months ago @bcardosolopes 

https://github.com/llvm/llvm-project/pull/89030


More information about the llvm-branch-commits mailing list