Stream: git-cranelift

Topic: cranelift / Issue #1136 Use meta for IR instruction patte...


view this post on Zulip GitHub (Feb 28 2020 at 23:27):

alexcrichton transferred Issue #1136:

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.


Last updated: Oct 23 2024 at 20:03 UTC