summaryrefslogtreecommitdiff
path: root/mlir/benchmark
diff options
context:
space:
mode:
authorRiver Riddle <riddleriver@gmail.com>2022-01-31 12:44:35 -0800
committerRiver Riddle <riddleriver@gmail.com>2022-02-02 14:45:12 -0800
commitdec8af701ff25ea967d47d196e5247306754f8e8 (patch)
treebc97be48cda161784ef3a44819a6d93781b6da18 /mlir/benchmark
parent6a8ba3186ed561bd5ac6aa31ba483d81223bf198 (diff)
downloadllvm-dec8af701ff25ea967d47d196e5247306754f8e8.tar.gz
[mlir] Move SelectOp from Standard to Arithmetic
This is part of splitting up the standard dialect. See https://llvm.discourse.group/t/standard-dialect-the-final-chapter/ for discussion. Differential Revision: https://reviews.llvm.org/D118648
Diffstat (limited to 'mlir/benchmark')
-rw-r--r--mlir/benchmark/python/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/benchmark/python/common.py b/mlir/benchmark/python/common.py
index 8c7e8e2f3150..23b667e36285 100644
--- a/mlir/benchmark/python/common.py
+++ b/mlir/benchmark/python/common.py
@@ -29,7 +29,7 @@ def setup_passes(mlir_module):
f"convert-scf-to-std,"
f"func-bufferize,"
f"arith-bufferize,"
- f"builtin.func(tensor-bufferize,std-bufferize,finalizing-bufferize),"
+ f"builtin.func(tensor-bufferize,finalizing-bufferize),"
f"convert-vector-to-llvm"
f"{{reassociate-fp-reductions=1 enable-index-optimizations=1}},"
f"lower-affine,"