[PATCH] D101806: [TargetLowering] Only inspect attributes in the arguments for ArgListEntry

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 15:16:55 PDT 2021


dblaikie added a comment.

I think @rnk probably has more context here.

Naively, I'd wonder if/why `paramHasAttr` should be changed to look at the type of the call entirely - but I guess I have to wrap my head around ABI and non-ABI attributes - though I thought sret was an ABI attribute (I thought it specified something about how return values are passed), for instance.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101806



More information about the llvm-commits mailing list