Fix a bug in toy LateLowering where a type conversion was using 'cast' instead...
authorRiver Riddle <riverriddle@google.com>
Tue, 21 May 2019 21:24:48 +0000 (14:24 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 02:55:13 +0000 (19:55 -0700)
commit64a21667a9cb761102f1edf08a7e13ac63a6e0a2
tree2ca81d55f646ad8ab2778559101e4be3d91af14f
parentda37b0a536f8bf33121a8e219e1ca12036e538a8
Fix a bug in toy LateLowering where a type conversion was using 'cast' instead of 'dyn_cast'.

--

PiperOrigin-RevId: 249325111
mlir/examples/toy/Ch5/mlir/LateLowering.cpp