llvm-project/mlir/docs/Tutorials
Jeff Niu 5c5af910fe [mlir][LLVMIR] "Modernize" Insert/ExtractValueOp
This patch "modernizes" the LLVM `insertvalue` and `extractvalue`
operations to use DenseI64ArrayAttr, since they only require an array of
indices and previously there was confusion about whether to use i32 or
i64 arrays, and to use assembly format.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D131537
2022-08-10 12:51:11 -04:00
..
Toy [mlir][LLVMIR] "Modernize" Insert/ExtractValueOp 2022-08-10 12:51:11 -04:00
CreatingADialect.md [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
DataFlowAnalysis.md [mlir][NFC] Replace references to Identifier with StringAttr 2021-11-16 17:36:26 +00:00
QuickstartRewrites.md [mlir][NFC] Update textual references of `func` to `func.func` in examples+python scripts 2022-04-20 22:17:26 -07:00
UnderstandingTheIRStructure.md [mlir][docs] Add missing parentheses in example code on walkers. 2022-04-20 09:43:41 +00:00
_index.md [mlir] Add tutorial index.md pages 2020-09-21 15:50:48 -07:00