================
@@ -197,6 +224,129 @@ mlir::Operation 
*LowerItaniumCXXABI::lowerGetRuntimeMember(
                              cir::CastKind::bitcast, memberBytesPtr);
 }
 
+void LowerItaniumCXXABI::lowerGetMethod(
----------------
xlauko wrote:

nit: I believe you can use 
```
ImplicitLocOpBuilder builder(op.getLoc(), rewriter);
```
an then use `builder` instead of explicitly specifing op.getLoc() in every 
create.

https://github.com/llvm/llvm-project/pull/176063
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to