[all-commits] [llvm/llvm-project] c6e917: [mlir][NFC] Remove cl::opts for LoopUnroll now tha...
River Riddle via All-commits
all-commits at lists.llvm.org
Wed Apr 8 13:24:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c6e917d2d3ea07960721923230c34abe3b6214cc
https://github.com/llvm/llvm-project/commit/c6e917d2d3ea07960721923230c34abe3b6214cc
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M mlir/lib/Dialect/Affine/Transforms/LoopUnroll.cpp
Log Message:
-----------
[mlir][NFC] Remove cl::opts for LoopUnroll now that the pass uses PassOptions
instead.
These were missed when the opts were replaced, and are unused.
More information about the All-commits
mailing list