[PATCH] D62100: [DAGCombine][X86][AMDGPU][AArch64] (srl (shl x, c1), c2) with c1 != c2 handling
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 26 11:48:48 PDT 2019
xbolva00 added inline comments.
================
Comment at: test/CodeGen/X86/rotate-extract-vector.ll:168
+; X64: # %bb.0:
+; X64-NEXT: vpbroadcastq {{.*#+}} ymm1 = [16383,16383,16383,16383]
+; X64-NEXT: vpsrlq $39, %ymm0, %ymm2
----------------
@rksimon is this better?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62100/new/
https://reviews.llvm.org/D62100
More information about the llvm-commits
mailing list