Add selection patterns to support one bit Sub.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Like the add case I'm worried about some cases in control flow and some other edge cases
Paths
| Differential D52946
AMDGPU: Add support pattern for SUB of one bit ClosedPublic Authored by cfang on Oct 5 2018, 1:49 PM.
Details Summary Add selection patterns to support one bit Sub.
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 5 others. · View Herald TranscriptOct 5 2018, 1:49 PM Comment Actions Like the add case I'm worried about some cases in control flow and some other edge cases This revision is now accepted and ready to land.Oct 18 2018, 4:29 PM Closed by commit rL344815: AMDGPU: Add support pattern for SUB of one bit (authored by chfang). · Explain WhyOct 19 2018, 2:11 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 170250 llvm/trunk/lib/Target/AMDGPU/SIInstructions.td
llvm/trunk/test/CodeGen/AMDGPU/add_i1.ll
llvm/trunk/test/CodeGen/AMDGPU/sub_i1.ll
|