[mlir][VectorOps] Clean up outdated comments. NFCI.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 8 Sep 2020 09:57:50 +0000 (11:57 +0200)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 8 Sep 2020 10:02:00 +0000 (12:02 +0200)
commit307dc7b236924b5eeb5bf46b725a67dcb41bcd89
treeb36ef3e8468dd07228f4aa95916ec9d111506bd3
parentf5087d5c7248104b6580c7b079ed5f227332c2ef
[mlir][VectorOps] Clean up outdated comments. NFCI.

While there
- De-templatify code that can use function_ref
- Make BoundCaptures usable when they're const
- Address post-submit review comment (static function into global namespace)
mlir/include/mlir/Dialect/StandardOps/EDSC/Builders.h
mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp