[PATCH] D67136: GlobalISel/TableGen: Handle REG_SEQUENCE patterns

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 16:42:01 PDT 2019


arsenm created this revision.
arsenm added reviewers: dsanders, paquette, aditya_nandakumar, aemerson.
Herald added subscribers: Petar.Avramovic, rovka, nhaehnle, wdng, jvesely.

The scalar f64 patterns don't work yet because they fail on multiple
results from the unused implicit def of scc in the result bit
operation.


https://reviews.llvm.org/D67136

Files:
  lib/Target/AMDGPU/SIInstructions.td
  test/CodeGen/AMDGPU/GlobalISel/inst-select-fabs.mir
  test/CodeGen/AMDGPU/GlobalISel/inst-select-fneg.mir
  test/TableGen/GlobalISelEmitterRegSequence.td
  utils/TableGen/GlobalISelEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67136.218567.patch
Type: text/x-patch
Size: 14668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190903/4d2625de/attachment.bin>


More information about the llvm-commits mailing list