[PATCH] D39386: [Power9] Allow gpr callee saved spills in prologue to vector registers rather than stack

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 08:36:52 PDT 2018


thegameg added inline comments.


================
Comment at: llvm/test/CodeGen/MIR/PowerPC/prolog_vec_spills.mir:18
+# CHECK-LABEL: name:            test1BB
+# CHECK: body:             |
+# CHECK: $f1 = MTVSRD killed $x14
----------------
This line is probably not needed.


================
Comment at: llvm/test/CodeGen/MIR/PowerPC/prolog_vec_spills.mir:55
+# CHECK-LABEL: name:            test2BB
+# CHECK: body:             |
+# CHECK: $f0 = MTVSRD killed $x14
----------------
Same.


https://reviews.llvm.org/D39386





More information about the llvm-commits mailing list