[all-commits] [llvm/llvm-project] ed35b5: [mlir][openacc] Restrict types for acc.bounds oper...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Apr 20 14:44:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed35b584daeda352d4ad109edc3bc04de798a1ac
      https://github.com/llvm/llvm-project/commit/ed35b584daeda352d4ad109edc3bc04de798a1ac
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-04-20 (Thu, 20 Apr 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
    M mlir/test/Dialect/OpenACC/invalid.mlir

  Log Message:
  -----------
  [mlir][openacc] Restrict types for acc.bounds operands to index or integer type

Values in bounds are expected to have integer or index types. Enforce
this expectation by restricting the type to be IntOrIndex.

Reviewed By: razvanlupusoru

Differential Revision: https://reviews.llvm.org/D148839




More information about the All-commits mailing list