This was truncating register value that didn't fit in unsigned char.
Switch AMDGPU sendmsg intrinsics to using a tablegen pattern.
Details
Details
- Reviewers
tstellar hfinkel craig.topper nhaehnle
Diff Detail
Diff Detail
Paths
| Differential D64919
TableGen: Support physical register inputs > 255 ClosedPublic Authored by arsenm on Jul 18 2019, 6:32 AM.
Details
Summary This was truncating register value that didn't fit in unsigned char.
Diff Detail Event Timelinearsenm added a child revision: D64920: AMDGPU: Use tablegen pattern for sendmsg intrinsics.Jul 18 2019, 6:33 AM This revision is now accepted and ready to land.Jul 22 2019, 2:25 AM
Revision Contents
Diff 210547 include/llvm/CodeGen/SelectionDAGISel.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
utils/TableGen/DAGISelMatcher.h
utils/TableGen/DAGISelMatcherEmitter.cpp
utils/TableGen/DAGISelMatcherGen.cpp
|