[clang] [CIR] Add binary operators (PR #132420)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 25 12:06:08 PDT 2025


================
@@ -1133,6 +1252,7 @@ void ConvertCIRToLLVMPass::runOnOperation() {
   patterns.add<
       // clang-format off
                CIRToLLVMBrCondOpLowering,
+               CIRToLLVMBinOpLowering,
----------------
andykaylor wrote:

This list is alphabetical (for consistency in rebasing the incubator), so this belongs one line up.

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


More information about the cfe-commits mailing list