[PATCH] D24208: [WIP] MIR: Support parsing of liveins with lane masks

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 13:51:22 PDT 2016


arsenm created this revision.
arsenm added a reviewer: MatzeB.
arsenm added a subscriber: llvm-commits.
Herald added a reviewer: tstellarAMD.
Herald added subscribers: nhaehnle, wdng.

This currently breaks some tests because currently hex constants are treated as floating point. I'm not sure what change should be made to support both, but I think it would be greatly preferable to switch to normal hex constants to be integers and only use c99 hex syntax for FP immediates

https://reviews.llvm.org/D24208

Files:
  lib/CodeGen/MIRParser/MILexer.cpp
  lib/CodeGen/MIRParser/MIParser.cpp
  lib/CodeGen/MIRPrinter.cpp
  test/CodeGen/MIR/AMDGPU/lane-mask-livein.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24208.70227.patch
Type: text/x-patch
Size: 4356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160902/a3d5e7ba/attachment.bin>


More information about the llvm-commits mailing list