[mlir] Apply ClangTidy performance finding.
authorAdrian Kuegel <akuegel@google.com>
Tue, 4 Oct 2022 12:07:39 +0000 (14:07 +0200)
committerAdrian Kuegel <akuegel@google.com>
Tue, 4 Oct 2022 12:07:39 +0000 (14:07 +0200)
commitb8b5165f67687ae32f9e0a55ded751d4a42ff309
tree72172135eb4af278dbdf4f2caa79e8e1ec10251d
parent3dfea727a4bb50bbc9fc1b5534bb067e34ee1fea
[mlir] Apply ClangTidy performance finding.

loop variable is copied but only used as const reference.
mlir/test/lib/Interfaces/TilingInterface/TestTilingInterface.cpp