[all-commits] [llvm/llvm-project] 3a82a1: [OpenACC] Implement 'collapse' clause parsing.

Erich Keane via All-commits all-commits at lists.llvm.org
Wed Jan 17 06:47:11 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a82a1c3f6bdc9259cc4641f66fc76d1e171e382
      https://github.com/llvm/llvm-project/commit/3a82a1c3f6bdc9259cc4641f66fc76d1e171e382
  Author: erichkeane <ekeane at nvidia.com>
  Date:   2024-01-17 (Wed, 17 Jan 2024)

  Changed paths:
    M clang/include/clang/Basic/OpenACCKinds.h
    M clang/lib/Parse/ParseOpenACC.cpp
    M clang/test/ParserOpenACC/parse-clauses.c
    A clang/test/ParserOpenACC/parse-clauses.cpp

  Log Message:
  -----------
  [OpenACC] Implement 'collapse' clause parsing.

The 'collapse' clause takes an optional 'force:' followed by an integer
constant expression.  For now, parse this as an assignment expression,
and we'll check it for value/ICE later.




More information about the All-commits mailing list