[PATCH] D71324: [PowerPC] Exploit `vrl(b|h|w|d)` to perform vector rotation

Jim Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 22:34:58 PST 2019


Jim added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/vector-rotates.ll:7
+; RUN: -verify-machineinstrs -mcpu=pwr7 < %s | \
+; RUN: FileCheck --check-prefix=CHECK-P7 %s
+
----------------
lkail wrote:
> Jim wrote:
> > Could you add the indentation here for more readable?
> I don't quite understand, can you be more specific please?
In most of the test case, it looks like:

```
; RUN: llc ...
; RUN:   -verify-machineinstrs ...
         ^
     has indentations here for more readable
```


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

https://reviews.llvm.org/D71324





More information about the llvm-commits mailing list