[PATCH] D22055: AMDGPU: Fix verifier error with kill intrinsic

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 10:33:05 PDT 2016


arsenm created this revision.
arsenm added reviewers: tstellarAMD, mareko, nhaehnle.
arsenm added a subscriber: llvm-commits.
Herald added subscribers: kzhuravl, arsenm.

Don't create a terminator in the middle of the block.
We should probably get rid of this intrinsic.

http://reviews.llvm.org/D22055

Files:
  lib/Target/AMDGPU/SILowerControlFlow.cpp
  test/CodeGen/AMDGPU/indirect-addressing-undef.mir
  test/CodeGen/AMDGPU/skip-if-dead.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22055.62909.patch
Type: text/x-patch
Size: 16328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160706/ef9789ee/attachment.bin>


More information about the llvm-commits mailing list