[PATCH] D26714: [AMDGPU] Handle f16 select{_cc}

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 16:07:23 PST 2016


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

LGTM



================
Comment at: lib/Target/AMDGPU/SIISelLowering.cpp:292
     // F16 - VOP2 Actions.
+    setOperationAction(ISD::SELECT_CC, MVT::f16, Expand);
     setOperationAction(ISD::FMAXNUM, MVT::f16, Legal);
----------------
Also should have a test for BR_CC, which probably also needs this


https://reviews.llvm.org/D26714





More information about the llvm-commits mailing list