https://github.com/mmha edited https://github.com/llvm/llvm-project/pull/153387
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -2896,6 +2898,68 @@ mlir::LogicalResult
CIRToLLVMGetBitfieldOpLowering::matchAndRewrite(
return mlir::success();
}
+mlir::LogicalResult CIRToLLVMInlineAsmOpLowering::matchAndRewrite(
+cir::InlineAsmOp op, OpAdaptor adaptor,
+mlir::ConversionPatternRewriter &rewri
@@ -2896,6 +2898,68 @@ mlir::LogicalResult
CIRToLLVMGetBitfieldOpLowering::matchAndRewrite(
return mlir::success();
}
+mlir::LogicalResult CIRToLLVMInlineAsmOpLowering::matchAndRewrite(
+cir::InlineAsmOp op, OpAdaptor adaptor,
+mlir::ConversionPatternRewriter &rewri
@@ -2896,6 +2898,68 @@ mlir::LogicalResult
CIRToLLVMGetBitfieldOpLowering::matchAndRewrite(
return mlir::success();
}
+mlir::LogicalResult CIRToLLVMInlineAsmOpLowering::matchAndRewrite(
+cir::InlineAsmOp op, OpAdaptor adaptor,
+mlir::ConversionPatternRewriter &rewri
https://github.com/mmha approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/153387
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/mmha edited https://github.com/llvm/llvm-project/pull/154360
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/mmha updated https://github.com/llvm/llvm-project/pull/154360
>From d592acb40bfcea7b9e3eca1ac29ecab96315d26f Mon Sep 17 00:00:00 2001
From: Morris Hafner
Date: Tue, 19 Aug 2025 17:13:51 +0200
Subject: [PATCH 1/2] [CIR] Add support for string literal lavlues in
ConstantLValueE
https://github.com/mmha created https://github.com/llvm/llvm-project/pull/154360
Depends on #154359.
>From d592acb40bfcea7b9e3eca1ac29ecab96315d26f Mon Sep 17 00:00:00 2001
From: Morris Hafner
Date: Tue, 19 Aug 2025 17:13:51 +0200
Subject: [PATCH] [CIR] Add support for string literal lavlues in
https://github.com/mmha closed https://github.com/llvm/llvm-project/pull/154360
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits