[all-commits] [llvm/llvm-project] bbab5e: [MLIR][OpenMP] Use opaque pointers in OpenMP trans...
Kiran Chandramohan via All-commits
all-commits at lists.llvm.org
Wed Oct 25 08:15:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbab5e47c17c0ebc9dfe20f43c8aeaae95f37b9e
https://github.com/llvm/llvm-project/commit/bbab5e47c17c0ebc9dfe20f43c8aeaae95f37b9e
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M mlir/test/Target/LLVMIR/omptarget-declare-target-llvm-device.mlir
M mlir/test/Target/LLVMIR/omptarget-declare-target-llvm-host.mlir
M mlir/test/Target/LLVMIR/omptarget-llvm.mlir
M mlir/test/Target/LLVMIR/omptarget-region-device-llvm.mlir
M mlir/test/Target/LLVMIR/omptarget-region-llvm-target-device.mlir
M mlir/test/Target/LLVMIR/omptarget-region-llvm.mlir
M mlir/test/Target/LLVMIR/omptarget-region-parallel-llvm.mlir
R mlir/test/Target/LLVMIR/openmp-reduction-typed-pointers.mlir
Log Message:
-----------
[MLIR][OpenMP] Use opaque pointers in OpenMP translation tests 2/2 (#70138)
Second half of the tests switching to opaque pointers. All are the
target related tests.
Removes mlir/test/Target/LLVMIR/openmp-reduction-typed-pointers.mlir,
since this seems to be added to test the typed pointers and probably not
needed anymore.
More information about the All-commits
mailing list