[PATCH] D20238: [PowerPC] Run reg2mem on tests to simplify them.

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Sun May 15 08:59:18 PDT 2016


joerg added a subscriber: joerg.

================
Comment at: test/CodeGen/PowerPC/vsx-ldst-builtin-le.ll:3
@@ -4,1 +2,3 @@
+; RUN: grep lxvd2x < %t | count 12
+; RUN: grep stxvd2x < %t | count 12
 
----------------
Can we just use FileCheck here and match for 12 lines with lxvd2x and a -NOT for a 13th line?
Similar for stxvd2x. That would remove the grep dependency, which is frowned upon.


http://reviews.llvm.org/D20238





More information about the llvm-commits mailing list