[Mlir-commits] [mlir] [MLIR] Fixes NVGPU Integration Test Passes Ordering (PR #69934)

Guray Ozen llvmlistbot at llvm.org
Tue Oct 24 05:42:51 PDT 2023


grypp wrote:

> Do you have one that is sensitive to the ordering by any chance?

In the previous order, there were some 'unrealized_conversion_cast' left in the IR. However, in the current order, this issue has been resolved. Tbh I didn't deeply check the root cause, but the current order looked ok and solved the problem.

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


More information about the Mlir-commits mailing list