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

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 04:42:40 PDT 2018


aheejin updated this revision to Diff 145002.
aheejin added a comment.

- Check following characters are digits and error out if not


Repository:
  rL LLVM

https://reviews.llvm.org/D45948

Files:
  lib/CodeGen/MIRParser/MILexer.cpp
  lib/CodeGen/MIRParser/MILexer.h
  lib/CodeGen/MIRParser/MIParser.cpp
  test/CodeGen/MIR/WebAssembly/int-type-register-class-name.mir
  test/CodeGen/MIR/WebAssembly/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45948.145002.patch
Type: text/x-patch
Size: 5112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180503/4c5037b9/attachment.bin>


More information about the llvm-commits mailing list