I'm not sure why the code here is skipping calls since
TTI does try to do something for general calls, but it
at least should allow intrinsics.
Skip intrinsics that should not be omitted as calls, which
is by far the most common case on AMDGPU.
Paths
| Differential D48424
LoopUnroll: Allow analyzing intrinsic call costs ClosedPublic Authored by arsenm on Jun 21 2018, 5:34 AM.
Details
Summary I'm not sure why the code here is skipping calls since Skip intrinsics that should not be omitted as calls, which
Diff Detail Event TimelineHerald added subscribers: dmgreen, zzheng, tpr and 2 others. · View Herald TranscriptJun 21 2018, 5:34 AM This revision is now accepted and ready to land.Jun 26 2018, 10:30 AM
Revision Contents
Diff 152261 lib/Transforms/Scalar/LoopUnrollPass.cpp
test/Transforms/LoopUnroll/AMDGPU/unroll-cost-call.ll
|