================
@@ -90,6 +90,13 @@ class Address {
return getPointer();
}
+ /// Return the pointer contained in this class after authenticating it and
+ /// adding offset to it if necessary.
+ mlir::Value emitRawPointer() const {
+ // TODO(cir): update this class with latest traditional LLVM codegen bits
----------------
andykaylor wrote:
For sure. We even already have the MissingFeature I needed.
https://github.com/llvm/llvm-project/pull/162725
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits