[PATCH] D64919: TableGen: Support physical register inputs > 255

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 06:33:12 PDT 2019


arsenm created this revision.
arsenm added reviewers: tstellar, hfinkel, craig.topper.
Herald added subscribers: tpr, wdng.

This was truncating register value that didn't fit in unsigned char.
Switch AMDGPU sendmsg intrinsics to using a tablegen pattern.


https://reviews.llvm.org/D64919

Files:
  include/llvm/CodeGen/SelectionDAGISel.h
  lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  utils/TableGen/DAGISelMatcher.h
  utils/TableGen/DAGISelMatcherEmitter.cpp
  utils/TableGen/DAGISelMatcherGen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64919.210547.patch
Type: text/x-patch
Size: 4391 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190718/fd0473e0/attachment.bin>


More information about the llvm-commits mailing list