[all-commits] [llvm/llvm-project] 0b2f5f: [mlir][LLVM] erase call mappings in forgetMapping()
Tom Eccles via All-commits
all-commits at lists.llvm.org
Mon Mar 18 10:34:26 PDT 2024
Branch: refs/heads/users/tblah/omp_array_reduction_4
Home: https://github.com/llvm/llvm-project
Commit: 0b2f5fee61d170b0a2197fd5da92f0e84b3b14f4
https://github.com/llvm/llvm-project/commit/0b2f5fee61d170b0a2197fd5da92f0e84b3b14f4
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-03-18 (Mon, 18 Mar 2024)
Changed paths:
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
Log Message:
-----------
[mlir][LLVM] erase call mappings in forgetMapping()
It looks like the mappings for call instructions were forgotten here.
This fixes a bug in OpenMP when inlining a region containing call
operations multiple times.
Commit: d6955d43534d23aaf58c10090c1a5a2167018796
https://github.com/llvm/llvm-project/commit/d6955d43534d23aaf58c10090c1a5a2167018796
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-03-18 (Mon, 18 Mar 2024)
Changed paths:
A mlir/test/Target/LLVMIR/openmp-reduction-call.mlir
Log Message:
-----------
Add test
Commit: 02550e13fc8e9d3e653b8e689a4479cfdd0bfcc8
https://github.com/llvm/llvm-project/commit/02550e13fc8e9d3e653b8e689a4479cfdd0bfcc8
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-03-18 (Mon, 18 Mar 2024)
Changed paths:
M mlir/test/Target/LLVMIR/openmp-reduction-call.mlir
Log Message:
-----------
Simplify test
Compare: https://github.com/llvm/llvm-project/compare/f2a649a0b78e...02550e13fc8e
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list