diff options
author | Marcello Maggioni <hayarms@gmail.com> | 2020-01-21 13:20:23 -0800 |
---|---|---|
committer | Marcello Maggioni <hayarms@gmail.com> | 2020-01-22 07:56:24 -0800 |
commit | 04a151710e8b04ca4c8e74782ceaadfe7ceca90c (patch) | |
tree | 68ca6b51b6ce3f934d066e3ac480cf43df3b3522 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | e3d352c54119b5d30821b4857dec77ac0af688c8 (diff) | |
download | llvm-04a151710e8b04ca4c8e74782ceaadfe7ceca90c.zip llvm-04a151710e8b04ca4c8e74782ceaadfe7ceca90c.tar.gz llvm-04a151710e8b04ca4c8e74782ceaadfe7ceca90c.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions