Details
Details
- Reviewers
arsenm
Diff Detail
Diff Detail
Event Timeline
lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
186–188 ↗ | (On Diff #117543) | Not sure how this could have been missing. Is f32 also broken? This should go in the vector loops in AMDGPUISelLowering with the other v2i32/v4i32 operations |
Comment Actions
Address review feedback.
lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
186–188 ↗ | (On Diff #117543) | I do not think f32 is broken. |
Comment Actions
LGTM. It shouldn't be any different for the f32 vectors.
assert(isOperationExpand(ISD::SETCC, MVT::v2f32));
fails, so it should probably be added to the FP vector loop also even if you can't find a testcase for it.