Details
Details
- Reviewers
nhaehnle mareko tpr timcorringham
Diff Detail
Diff Detail
Event Timeline
test/Verifier/AMDGPU/intrinsic-immarg.ll | ||
---|---|---|
625 | This is correct, but using & checking for %arg3 rather than %arg2 cost me a few seconds of confusion. |
Paths
| Differential D64720
AMDGPU: Fix missing immarg from interp intrinsics ClosedPublic Authored by arsenm on Jul 15 2019, 5:47 AM.
Details
Diff Detail Event TimelineHerald added subscribers: t-tye, dstuttard, yaxunl and 3 others. · View Herald TranscriptJul 15 2019, 5:47 AM timcorringham added inline comments.
This revision is now accepted and ready to land.Jul 15 2019, 6:41 AM
Revision Contents
Diff 209815 include/llvm/IR/IntrinsicsAMDGPU.td
test/Verifier/AMDGPU/intrinsic-immarg.ll
|
This is correct, but using & checking for %arg3 rather than %arg2 cost me a few seconds of confusion.