mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
The Toy tutorial used outdated API. Update the example to: * Use the `OpAdaptor` in all places. * Do not mix `RewritePattern` and `ConversionPattern`. This cannot always be done safely and should not be advertised in the example code.