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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 19:27:28 PDT 2016


arsenm updated this revision to Diff 63016.
arsenm added a comment.

Use custom inserter to make sure kill is a terminator instruction so the post-RA pass doesn't need to worry about splitting the block


http://reviews.llvm.org/D22055

Files:
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIISelLowering.h
  lib/Target/AMDGPU/SIInstructions.td
  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.63016.patch
Type: text/x-patch
Size: 20160 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160707/56741061/attachment.bin>


More information about the llvm-commits mailing list