[PATCH] D46946: [X86] Lowering shift intrinsics to native IR

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 05:33:26 PDT 2018


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/combine-shl.ll:609
+; AVX-NEXT: vpsllvd %xmm1, %xmm0, %xmm0
+; AVX-NEXT: retq
+;
----------------
Where is the SSE codegen?


Repository:
  rL LLVM

https://reviews.llvm.org/D46946





More information about the llvm-commits mailing list