GlobalISel doesn't implement the expansion for these yet, so add a
flag to force expanding these so it's possible to avoid these for a
while.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp | ||
---|---|---|
68 | Why signed? |
llvm/lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp | ||
---|---|---|
68 | To handle using negative values with the flag |
llvm/lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp | ||
---|---|---|
68 | But why do you even need it negative? |
llvm/lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp | ||
---|---|---|
68 | To make sure the edge case of 0 is expanded or not. It should be possible to have the 0 case expanded or not |
Why signed?