llvm/mlir/docs
Lei Zhang 9600b55ac8 [mlir][spirv] Support integer signedness
This commit updates SPIR-V dialect to support integer signedness
by relaxing various checks for signless to just normal integers.

The hack for spv.Bitcast can now be removed.

Differential Revision: https://reviews.llvm.org/D75611
2020-03-04 15:14:11 -05:00
..
Dialects [mlir][spirv] Support integer signedness 2020-03-04 15:14:11 -05:00
includes/img
Tutorials/Toy [mlir][Tutorial] Fix comment position in SimplifyRedundantTranspose. 2020-02-27 17:55:07 -08:00
Canonicalization.md
CMakeLists.txt
ConversionToLLVMDialect.md
DeclarativeRewrites.md
DefiningAttributesAndTypes.md [mlir] Refactor the structure of the 'verifyConstructionInvariants' methods. 2020-02-20 10:37:52 -08:00
Diagnostics.md
DialectConversion.md [mlir] Refactor TypeConverter to add conversions without inheritance 2020-02-18 16:17:48 -08:00
doxygen-mainpage.dox
doxygen.cfg.in
EDSC.md
GenericDAGRewriter.md
Interfaces.md
LangRef.md [mlir] Add a signedness semantics bit to IntegerType 2020-02-21 09:16:54 -05:00
MLIRForGraphAlgorithms.md
OpDefinitions.md [mlir][DeclarativeParser] Add support for formatting the successors of an operation. 2020-02-21 15:15:32 -08:00
Passes.md
Quantization.md Update Quantization.md 2020-02-22 10:57:26 +01:00
QuickstartRewrites.md
Rationale.md [mlir] Add a signedness semantics bit to IntegerType 2020-02-21 09:16:54 -05:00
RationaleLinalgDialect.md [mlir] Fix multiple titles 2020-02-17 13:55:46 -08:00
RationaleSimplifiedPolyhedralForm.md
README.txt [mlir] Add short readme.txt to docs directory 2020-02-18 08:35:22 -08:00
ShapeInference.md [mlir] Fix typo 2020-02-28 10:59:52 -08:00
SymbolsAndSymbolTables.md [mlir] Address post commit feedback of D73590 for SymbolsAndSymbolTables.md 2020-02-16 21:07:20 -08:00
Traits.md
UsageOfConst.md
WritingAPass.md Fix some typos in the MLIR documentation. 2020-02-20 11:09:28 -08:00

MLIR documentation
==================

Please note mlir.llvm.org is where MLIR's rendered documentation is displayed.
The viewing experience on GitHub or elsewhere may not match those of the
website. For any changes please verify instead that they work on the main
website first.

See https://github.com/llvm/mlir-www for the website generation information.