[all-commits] [llvm/llvm-project] a97884: Use const reference for diagnostic in callback (NFC)
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Sat Jan 1 13:20:53 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a978847e3aa4bdd64b242a31bc9037019581d1e3
https://github.com/llvm/llvm-project/commit/a978847e3aa4bdd64b242a31bc9037019581d1e3
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2022-01-01 (Sat, 01 Jan 2022)
Changed paths:
M mlir/lib/IR/Diagnostics.cpp
Log Message:
-----------
Use const reference for diagnostic in callback (NFC)
This isn't a "small" struct, flagged by Coverity.
Commit: 104a827ea6de0cbe0f5faef4407552ede31d165c
https://github.com/llvm/llvm-project/commit/104a827ea6de0cbe0f5faef4407552ede31d165c
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2022-01-01 (Sat, 01 Jan 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Passes.td
M mlir/lib/Dialect/Linalg/Transforms/Detensorize.cpp
Log Message:
-----------
Move LinalgDetensorize pass option from .cpp file to the .td declaration (NFC)
Compare: https://github.com/llvm/llvm-project/compare/8b649f98f68c...104a827ea6de
More information about the All-commits
mailing list