[PATCH] D45948: [MIRParser] Allow register class names in the form of integer/scalar

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 1 15:26:28 PDT 2018


thegameg added a comment.

I see the problem. The solution feels a little hacky though. Would it make more sense to get rid of `MIToken::IntegerType` and lex `i32` to identifier?


Repository:
  rL LLVM

https://reviews.llvm.org/D45948





More information about the llvm-commits mailing list