[PATCH] D95094: [ShrinkWrap] Enable Shrinkwrapping on 32 and 64 bit AIX, and 64 bit ELF

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 08:41:33 PST 2021


jsji added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/shrink-wrap.ll:32
 ; Prolog code
-; CHECK:         std 
-; CHECK:         std 
-; CHECK:         std 
-; CHECK:         std 
+; CHECK:         std
+; CHECK:         std
----------------
You can use `<PREFIX>-COUNT-<num>` to match multiple lines with the same pattern over and over again. 


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

https://reviews.llvm.org/D95094



More information about the llvm-commits mailing list