[all-commits] [llvm/llvm-project] c07557: [mlir][Linalg] NFC - Expose getSmallestBoundingInd...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jan 20 11:58:14 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c075572646a9bd71ac675e20f3d75101ae7dd090
https://github.com/llvm/llvm-project/commit/c075572646a9bd71ac675e20f3d75101ae7dd090
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
Log Message:
-----------
[mlir][Linalg] NFC - Expose getSmallestBoundingIndex as an utility function
Commit: 1a9bd5b81328adf0dd5a8b4f3ad5949463e66da3
https://github.com/llvm/llvm-project/commit/1a9bd5b81328adf0dd5a8b4f3ad5949463e66da3
Author: Reid Kleckner <rnk at google.com>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
M lld/COFF/Chunks.cpp
M lld/COFF/Chunks.h
M lld/COFF/PDB.cpp
M llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
M llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
M llvm/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
Log Message:
-----------
Reland "[PDB] Defer relocating .debug$S until commit time and parallelize it"
This reverts commit 5b7aef6eb4b2930971029b984cb2360f7682e5a5 and relands
6529d7c5a45b1b9588e512013b02f891d71bc134.
The ASan error was debugged and determined to be the fault of an invalid
object file input in our test suite, which was fixed by my last change.
LLD's project policy is that it assumes input objects are valid, so I
have added a comment about this assumption to the relocation bounds
check.
Commit: e406de77c6f33a6d3bf0b432bad1217b37605c15
https://github.com/llvm/llvm-project/commit/e406de77c6f33a6d3bf0b432bad1217b37605c15
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
M llvm/test/Transforms/NewGVN/condprop.ll
M llvm/test/Transforms/SCCP/conditions-ranges.ll
M llvm/test/Transforms/Util/PredicateInfo/testandor.ll
Log Message:
-----------
[PredicateInfo][SCCP][NewGVN] Add tests for logical and/or (NFC)
Duplicate some existing and/or tests using logical form.
Compare: https://github.com/llvm/llvm-project/compare/fbc1dcb94655...e406de77c6f3
More information about the All-commits
mailing list