[PATCH] D54663: [PowerPC] Complete the custom legalization of vector int to fp conversion

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 20 15:04:13 PST 2018


jsji added inline comments.


================
Comment at: test/CodeGen/PowerPC/vec_conv_i16_to_fp32_elts.ll:83
 ; CHECK-P8:       # %bb.0: # %entry
+; CHECK-P8-NEXT:    addis r4, r2, .LCPI1_0 at toc@ha
 ; CHECK-P8-NEXT:    mtvsrd f0, r3
----------------
Shall we check the data in .LCPI1_0 to make sure the permute control is correct?


Repository:
  rL LLVM

https://reviews.llvm.org/D54663





More information about the llvm-commits mailing list