[Mlir-commits] [mlir] [mlir][ExecutionEngine] Fix missing return from operator==() in `OwningMemRef` (PR #179655)
Ilgar Gamidov
llvmlistbot at llvm.org
Thu Feb 5 05:50:31 PST 2026
braam-76 wrote:
I looked into Invoke.cpp in mlir/unittests/ExecutionEngine/ and it had "guard preprocessor" (or how would you name it) which turned off test if memory_sanitizer is on. I did same in my test, but with hwaddress_sanitizer.
Can someone test it in environment of that [buildbot build](https://lab.llvm.org/buildbot/#/builders/55/builds/23682) please. Or how there things usually done here
https://github.com/llvm/llvm-project/pull/179655
More information about the Mlir-commits
mailing list