[PATCH] D63997: AMDGPU/GlobalISel: Custom lower control flow intrinsics

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 05:44:33 PDT 2019


arsenm created this revision.
arsenm added reviewers: tstellar, nhaehnle.
Herald added subscribers: Petar.Avramovic, t-tye, tpr, dstuttard, kristof.beyls, rovka, yaxunl, wdng, jvesely, kzhuravl.

Replace the brcond for the 2 cases that act as branches. For now
follow how the current system works, although I think we can
eventually get rid of the pseudos.


https://reviews.llvm.org/D63997

Files:
  lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  lib/Target/AMDGPU/AMDGPULegalizerInfo.h
  test/CodeGen/AMDGPU/GlobalISel/legalize-amdgcn.if-invalid.mir
  test/CodeGen/AMDGPU/GlobalISel/legalize-brcond.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63997.207273.patch
Type: text/x-patch
Size: 13980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190701/743cf2ed/attachment.bin>


More information about the llvm-commits mailing list