mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
a28e6b8b87
Add a Clift expression-rewrite pattern that collapses `(T2)(T1)x` into `(T2)x` when both casts are BitCastOps. A matching mlir-lit test is added.