[PATCH] D19825: Power9 - Add exploitation of vector load and store that do not require swaps

Kit Barton via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 12:20:12 PDT 2016


kbarton added a comment.

OK, I think this is better.
However, I still find this confusing because there are several different checks being used here in various places: ISA3_0, P9Vector and hasVSX. If they can be used interchangeably, we should pick one and use it, instead of mixing them up. I'll add specific comments inline as examples.


Repository:
  rL LLVM

http://reviews.llvm.org/D19825





More information about the llvm-commits mailing list