[PATCH] D47822: [X86][SSE] Support v8i16/v16i16 rotations

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 06:13:06 PDT 2018


lebedev.ri added inline comments.


================
Comment at: lib/Target/X86/X86ISelLowering.cpp:1037
     setOperationAction(ISD::ROTL,              MVT::v8i32, Custom);
+    setOperationAction(ISD::ROTL,             MVT::v16i16, Custom);
 
----------------
nit: one more whitespace


Repository:
  rL LLVM

https://reviews.llvm.org/D47822





More information about the llvm-commits mailing list