[all-commits] [llvm/llvm-project] 6deb5d: [NFC][OpenMP][MLIR] Verify if empty workshare loop...
Dominik Adamski via All-commits
all-commits at lists.llvm.org
Mon Dec 18 02:59:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6deb5d4e440f34e6838eaf617198caea7ce721c5
https://github.com/llvm/llvm-project/commit/6deb5d4e440f34e6838eaf617198caea7ce721c5
Author: Dominik Adamski <dominik.adamski at amd.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M mlir/test/Target/LLVMIR/omptarget-wsloop.mlir
Log Message:
-----------
[NFC][OpenMP][MLIR] Verify if empty workshare loop is lowered correctly (#75518)
Check if workshare loop without loop body is lowered correctly i.e.:
1) null pointer is passed to OpenMP device RTL function as a
parameter which denotes loop function body aggregated parameters
2) Outlined loop function body has only one parameter - loop counter
More information about the All-commits
mailing list