[PATCH] D63624: [PowerPC] Exploit single instruction load-and-splat for word and doubleword

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 18:26:11 PDT 2019


nemanjai marked an inline comment as done.
nemanjai added inline comments.


================
Comment at: test/CodeGen/PowerPC/power9-moves-and-splats.ll:15
 ; CHECK-NEXT:    blr
-
+;
 ; CHECK-BE-LABEL: test1:
----------------
lebedev.ri wrote:
> nemanjai wrote:
> > Please forgive the trivial changes in this test case. The script that produces the checks apparently behaves slightly differently now and I would prefer to leave the test case exactly as produced by the script.
> You can just regenerate all the affected files in a preparatory commit and rebase the patch.
Ah, yeah. That's a good idea. I don't know why I didn't think of that. I'll definitely do that next time I see this issue.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63624/new/

https://reviews.llvm.org/D63624





More information about the llvm-commits mailing list