[all-commits] [llvm/llvm-project] 1c25ce: [Orc] Fix the SharedMemoryMapper dtor
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Wed Oct 5 09:17:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c25ce1738df68516d47c30d7962ef5f4cc09826
https://github.com/llvm/llvm-project/commit/1c25ce1738df68516d47c30d7962ef5f4cc09826
Author: Alexandre Ganea <alex_toresh at yahoo.fr>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/MemoryMapper.cpp
Log Message:
-----------
[Orc] Fix the SharedMemoryMapper dtor
As briefly discussed on https://reviews.llvm.org/rG1134d3a03facccd75efc5385ba46918bef94fcb6, fix the unintended copy while iterating on Reservations and add a mutex guard, to be symmetric with other usages of Reservations.
Differential revision: https://reviews.llvm.org/D134212
Commit: 941f71adf68e969b3832313fb9fe463c38377695
https://github.com/llvm/llvm-project/commit/941f71adf68e969b3832313fb9fe463c38377695
Author: Alexandre Ganea <alex_toresh at yahoo.fr>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp
Log Message:
-----------
[mlir] Fix ambiguity when building with Clang 14.0.6
Differential revision: https://reviews.llvm.org/D134219
Commit: 083617afc297f9d62a926fe8decbd9f616bd1b60
https://github.com/llvm/llvm-project/commit/083617afc297f9d62a926fe8decbd9f616bd1b60
Author: Alexandre Ganea <alex_toresh at yahoo.fr>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
Log Message:
-----------
[mlir][unittest] Fix crash when building with MSVC 2022
The test Dialect/Affine/ops.mlir was failing when building with
Visual Studio 2022 version 17.3.5. This was caused by a bad MSVC codegen, when
capturing a `constexpr` in a lambda. The bug was reported to Microsoft, see
differential for more information.
Differential revision: https://reviews.llvm.org/D134227
Compare: https://github.com/llvm/llvm-project/compare/67268ee11c22...083617afc297
More information about the All-commits
mailing list