[PATCH] D86476: [AIX] Add support for vector parameters in LowerFormalArguments_AIX

Zarko Todorovski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 07:35:33 PDT 2020


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


================
Comment at: llvm/lib/Target/PowerPC/PPCSubtarget.h:329
+  bool needsSwapsForVSXMemOps() const {
+    return hasVSX() && (isLittleEndian() || isAIXABI()) && !hasP9Vector();
+  }
----------------
sfertile wrote:
> Can I ask why this got modified?
I was experimenting to see what differences that would make to some test cases I was trying. It shouldn't be in this patch. Sorry for the confusion. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86476



More information about the llvm-commits mailing list