[PATCH] D46828: AMDGPU: Custom lower v4i16/v4f16 vector operations

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 14 10:08:09 PDT 2018


rampitec added inline comments.


================
Comment at: lib/Target/AMDGPU/SIISelLowering.cpp:4178
+
+  unsigned NumElts = VecVT.getVectorNumElements();
+  SDLoc SL(Op);
----------------
Need to bail if vector size is not an expected 64.


https://reviews.llvm.org/D46828





More information about the llvm-commits mailing list