This is an archive of the discontinued LLVM Phabricator instance.

generate decoding tables for registers
Needs ReviewPublic

Authored by MikeStump on Mar 14 2017, 5:05 PM.

Details

Summary

Most ports have one or more create by hand decoding tables for their registers. It is nice if tblgen creates this table for us, as it does have visibility into all the registers and their numbers.

Diff Detail

Repository
rL LLVM

Event Timeline

MikeStump created this revision.Mar 14 2017, 5:05 PM