Use meta for IR instruction pattern matching #1137
Labels
cranelift:discussion
cranelift:meta
Everything related to the meta-language.
cranelift
Issues related to the Cranelift code generator
The meta language is powerful enough to handle the problem of transforming one instruction into a sequence of other instructions using simple declarations. It could also solve the reverse problem of pattern-matching several instructions into one, which could help implementing instruction selection / pipehole optimizations using meta declarations.
The text was updated successfully, but these errors were encountered: