llvm-project/mlir/test/Dialect/SCF
Rahul Joshi b7382ed3fe [MLIR] Extend Symbol verification to reject public symbol declarations.
- Extend the Symbol interface with `isDeclaration` to identify operations that declare
  a symbol as opposed to define it.
- Extend verification to disallow public declarations as per the discussion in
   https://llvm.discourse.group/t/rfc-symbol-definition-declaration-x-visibility-checks/2140
- Adopt the new interface for `FuncOp` and fix test and code to not have/create public
  function declarations.

Differential Revision: https://reviews.llvm.org/D91456
2020-11-16 16:05:32 -08:00
..
bufferize.mlir [mlir] Properly handle recursive bufferization for scf.for/scf.if 2020-10-28 14:16:56 -07:00
canonicalize.mlir [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
for-loop-specialization.mlir [mlir][ASM] Refactor how attribute/type aliases are specified. 2020-10-30 00:39:46 -07:00
invalid.mlir [mlir] Add a generic while/do-while loop to the SCF dialect 2020-11-04 09:43:13 +01:00
loop-unroll.mlir [NFC] Follow up on D87111 - Add an option for unrolling loops up to a factor - CR issues addressed. 2020-09-11 08:12:44 -07:00
ops.mlir [mlir] Add a generic while/do-while loop to the SCF dialect 2020-11-04 09:43:13 +01:00
parallel-loop-fusion.mlir Rename `xla_lhlo.terminator` into `return` in SCF parallel loop test (NFC) 2020-07-08 04:05:43 +00:00
parallel-loop-specialization.mlir [MLIR][Standard] Make the `dim` operation index an operand. 2020-06-10 13:54:47 +00:00
parallel-loop-tiling.mlir [mlir][ASM] Refactor how attribute/type aliases are specified. 2020-10-30 00:39:46 -07:00