mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
In MLIR tutorial example code, use `Pure` to remove the side-effects of operations. Update the document to be consistent with the example code. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D143814