[PATCH] D74688: AMDGPU/GlobalISel: Support llvm.trap and llvm.debugtrap intrinsics

Mahesha S via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 01:08:14 PST 2020


hsmhsm updated this revision to Diff 245346.
hsmhsm added a comment.

Take care of further review comments by arsenm.

1. Add an another version of getLiveInRegister() which works with TargetRegisterClass
2. While copying to destination virtual register, make sure that it is defined
3. Bit of code refactoring around related part of the source.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74688/new/

https://reviews.llvm.org/D74688

Files:
  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.trap.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74688.245346.patch
Type: text/x-patch
Size: 11164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200219/ca96cfc1/attachment.bin>


More information about the llvm-commits mailing list