Unverified Commit 6deb5d4e authored by Dominik Adamski's avatar Dominik Adamski Committed by GitHub
Browse files

[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
parent 428660cf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment