[all-commits] [llvm/llvm-project] 3fda1f: AMDGPU/GlobalISel: Support llvm.trap and llvm.debu...
Mahesha S via All-commits
all-commits at lists.llvm.org
Wed Mar 4 18:47:22 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3fda1fde8f7bdf3b90d8700f5a386f63409b4313
https://github.com/llvm/llvm-project/commit/3fda1fde8f7bdf3b90d8700f5a386f63409b4313
Author: hsmahesha <mahesha.comp at gmail.com>
Date: 2020-03-05 (Thu, 05 Mar 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.trap.ll
Log Message:
-----------
AMDGPU/GlobalISel: Support llvm.trap and llvm.debugtrap intrinsics
Summary: Lower trap and debugtrap intrinsics to AMDGPU machine instruction(s).
Reviewers: arsenm, nhaehnle, kerbowa, cdevadas, t-tye, kzhuravl
Reviewed By: arsenm
Subscribers: kzhuravl, jvesely, wdng, yaxunl, rovka, dstuttard, tpr, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D74688
More information about the All-commits
mailing list