[all-commits] [llvm/llvm-project] 72686d: [mlir] Explicitly mark dialect prefixing
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Thu Jul 21 12:58:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72686d68c137551cce816416190a18d45b4d4e2a
https://github.com/llvm/llvm-project/commit/72686d68c137551cce816416190a18d45b4d4e2a
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2022-07-21 (Thu, 21 Jul 2022)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td
M mlir/test/mlir-tblgen/interfaces-as-constraints.td
M mlir/test/mlir-tblgen/op-attribute.td
M mlir/test/mlir-tblgen/op-operand.td
M mlir/test/mlir-tblgen/op-result.td
M mlir/test/mlir-tblgen/op-side-effects.td
Log Message:
-----------
[mlir] Explicitly mark dialect prefixing
Missed previously and needed to flip the default. Most of these just
flipped to _Raw to retain existing state/keep this small except for TOSA
dialect which got flipped to _Both as no further change was needed..
More information about the All-commits
mailing list