llvm-project/mlir/tools
Marcello Maggioni 04a151710e [mlir] Swap use of to_vector() with lookupValues() in LLVMIRIntrinsicGen
Summary:
llvm::to_vector() accepts a Range value and not the pair of arguments
we are currently passing. Also we probably want the lowered LLVM
values in the vector, while operand_begin()/operand_end() on MLIR ops
returns MLIR types. lookupValues() seems the correct way to collect
such values.

Reviewers: rriddle, andydavis1, antiagainst, nicolasvasilache, ftynse

Subscribers: jdoerfert, mehdi_amini, jpienaar, burmako, shauheen, arpith-jacob, mgester, lucyrfox, liufengdb, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D73137
2020-01-22 07:56:24 -08:00
..
mlir-cpu-runner Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
mlir-cuda-runner Create a gpu.module operation for the GPU Dialect. 2020-01-21 14:05:03 +01:00
mlir-opt [mlir][EDSC] Refactor dependencies involving EDSCs. 2020-01-15 09:34:29 -05:00
mlir-tblgen [mlir] Swap use of to_vector() with lookupValues() in LLVMIRIntrinsicGen 2020-01-22 07:56:24 -08:00
mlir-translate Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
CMakeLists.txt Add an mlir-cuda-runner tool. 2019-07-04 07:53:54 -07:00