[PATCH] D74688: AMDGPU/GlobalISel: Support llvm.trap and llvm.debugtrap intrinsics
Mahesha S via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 11:53:24 PST 2020
hsmhsm updated this revision to Diff 245020.
hsmhsm added a comment.
Take care of review comments by arsenm.
1. Introduce intermediate virtual register copy
2. Remove DAG tests in the GlobalIsel test directory
3. Add LLVM IRs that uses the stack
4. Assert that destination register is virtual within loadInputValue()
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.debugtrap.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.trap.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74688.245020.patch
Type: text/x-patch
Size: 10630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200217/0a7d90ae/attachment.bin>
More information about the llvm-commits
mailing list