[PATCH] D38508: AMDGPU: Expand setcc for v2i32 and v4i32

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 3 12:41:54 PDT 2017


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

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.


https://reviews.llvm.org/D38508





More information about the llvm-commits mailing list