[all-commits] [llvm/llvm-project] 698462: [MLIR] expose applyCmpPredicate
stephenneuendorffer via All-commits
all-commits at lists.llvm.org
Tue Jun 9 22:26:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 698462336abbeb2b02b80305e135baba2385b842
https://github.com/llvm/llvm-project/commit/698462336abbeb2b02b80305e135baba2385b842
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.h
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
Log Message:
-----------
[MLIR] expose applyCmpPredicate
This is useful for manipulating the standard dialect from transformations
outside of the standard dialect.
Differential Revision: https://reviews.llvm.org/D80609
Commit: d3ead060befa138e66690feb2b0de599681e4bba
https://github.com/llvm/llvm-project/commit/d3ead060befa138e66690feb2b0de599681e4bba
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths:
M mlir/lib/ExecutionEngine/JitRunner.cpp
M mlir/test/mlir-cpu-runner/simple.mlir
Log Message:
-----------
[JitRunner] add support for i32 and i64 output
Differential Revision: https://reviews.llvm.org/D80675
Compare: https://github.com/llvm/llvm-project/compare/9894236e705e...d3ead060befa
More information about the All-commits
mailing list