[PATCH] D97485: PowerPC][AIX] Handle variadic vector formal arguments.

Zarko Todorovski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 09:24:54 PST 2021


ZarkoCA added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:6728
+      if (I != End &&  ArgLocs[I].isRegLoc() && ArgLocs[I].needsCustom()) {
+        HandleCustomVecRegLoc();
+        HandleCustomVecRegLoc();
----------------
maybe adding an assert for !IsPPC64 would be useful?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97485



More information about the llvm-commits mailing list