[clang] [CIR] Upstream cir.call with scalar arguments (PR #136810)

Sirui Mu via cfe-commits cfe-commits at lists.llvm.org
Thu May 1 10:48:25 PDT 2025


================
@@ -446,8 +446,31 @@ OpFoldResult cir::CastOp::fold(FoldAdaptor adaptor) {
 // CallOp
 //===----------------------------------------------------------------------===//
 
+mlir::Operation::operand_iterator cir::CallOp::arg_operand_begin() {
+  assert(!cir::MissingFeatures::opCallIndirect());
----------------
Lancern wrote:

This function has been removed in the latest change.

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


More information about the cfe-commits mailing list