llvm-project/mlir/g3doc
Chris Lattner 967d934180 Fix two issues:
1) We incorrectly reassociated non-reassociative operations like subi, causing
    miscompilations.
 2) When constant folding, we didn't add users of the new constant back to the
    worklist for reprocessing, causing us to miss some cases (pointed out by
    Uday).

The code for tensorflow/mlir#2 is gross, but I'll add the new APIs in a followup patch.

PiperOrigin-RevId: 218803984
2019-03-29 13:40:35 -07:00
..
includes Add MLIR specification. 2019-03-29 13:37:13 -07:00
Canonicalization.md Fix two issues: 2019-03-29 13:40:35 -07:00
LangRef.md Rename shape_cast to tensor_cast. 2019-03-29 13:37:41 -07:00
Rationale.md Add MLIR Rationale converted to g3doc. 2019-03-29 13:37:27 -07:00