[all-commits] [llvm/llvm-project] 96a790: [mlir] Fix multidimensional lowering from std.sele...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Mon May 3 10:31:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96a7900eb065385e1f61d926affaed13af446962
https://github.com/llvm/llvm-project/commit/96a7900eb065385e1f61d926affaed13af446962
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2021-05-03 (Mon, 03 May 2021)
Changed paths:
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/test/Conversion/StandardToLLVM/standard-to-llvm.mlir
Log Message:
-----------
[mlir] Fix multidimensional lowering from std.select to llvm.select
The converter assumed that all operands have the same type, that's not
true for select.
Differential Revision: https://reviews.llvm.org/D101767
More information about the All-commits
mailing list