[Mlir-commits] [mlir] [mlir][LLVM] Add support for `ptrtoaddr` (PR #185104)

Markus Böck llvmlistbot at llvm.org
Wed Mar 11 03:46:01 PDT 2026


================
@@ -3854,6 +3854,21 @@ LogicalResult LLVM::BitcastOp::verify() {
   return success();
 }
 
+LogicalResult LLVM::PtrToAddrOp::verify() {
----------------
zero9178 wrote:

ping @krzysz00 is it okay for you to land it in this state?

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


More information about the Mlir-commits mailing list