[PATCH] D51325: [X86] Type legalize v2i32 div/rem by scalarizing rather than promoting

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 03:55:04 PDT 2018


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/vector-idiv-v2i32.ll:502
   %a = load <2 x i32>, <2 x i32>* %x
   %b = load <2 x i32>, <2 x i32>* %x
   %c = urem <2 x i32> %a, %b
----------------
Noticed on D50636 - shouldn't this be loading from %y ? Same for other tests below.


https://reviews.llvm.org/D51325





More information about the llvm-commits mailing list