Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
We should migrate it to min/max after https://github.com/llvm/llvm-project/commit/9fb57c8c1dd87df36daf7b6f7dee3b7423475afc
Comment Actions
There is one failed test
Failed Tests (1): MLIR :: Dialect/Async/async-parallel-for-canonicalize.mlir
Also the diff is agains the commit that is not in the llvm repo:
This diff is against commit 8a77386b7f31d4d983972b9b4fc5386817f417d6, but the commit is nowhere in the working copy
Comment Actions
I have a failing test for this patch: Integration/Dialect/Async/CPU/test-async-parallel-for-2d.mlir
Looks like the problem is that there is no LLVM lowering for minsi:
%14 = builtin.unrealized_conversion_cast %13 : i64 to index %17 = builtin.unrealized_conversion_cast %16 : i64 to index %18 = minsi %17, %14 : index %19 = builtin.unrealized_conversion_cast %18 : index to i64