This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Promote udiv/sdiv (i1, i16] operations to i32
AbandonedPublic

Authored by kzhuravl on Oct 19 2016, 4:43 PM.

Details

Reviewers
tstellarAMD

Diff Detail

Event Timeline

kzhuravl updated this revision to Diff 75253.Oct 19 2016, 4:43 PM
kzhuravl retitled this revision from to [AMDGPU] Promote udiv/sdiv (i1, i16] operations to i32.
kzhuravl updated this object.
kzhuravl added a reviewer: tstellarAMD.
kzhuravl added a subscriber: llvm-commits.
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
200–202

I think we should be letting the SelectionDAG handle this, which is what this patch does: https://reviews.llvm.org/D25699

kzhuravl abandoned this revision.Oct 20 2016, 9:31 AM
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
200–202

Ok, I was not aware of that one.