The converter assumed that all operands have the same type, that's not
true for select.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101767
[mlir] Fix multidimensional lowering from std.select to llvm.select ClosedPublic Authored by bkramer on May 3 2021, 10:26 AM.
Details Summary The converter assumed that all operands have the same type, that's not
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 16 others. · View Herald TranscriptMay 3 2021, 10:26 AM This revision is now accepted and ready to land.May 3 2021, 10:27 AM This revision was landed with ongoing or failed builds.May 3 2021, 10:31 AM Closed by commit rG96a7900eb065: [mlir] Fix multidimensional lowering from std.select to llvm.select (authored by bkramer). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 342450 mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
mlir/test/Conversion/StandardToLLVM/standard-to-llvm.mlir
|