[PATCH] D103415: [BuildLibCalls] Properly set ABI attributes on arguments

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 31 09:34:45 PDT 2021


aeubanks added a comment.

this is kinda ugly, but I'm not sure of a nicer way to do it. Maybe a new method on `AttributeList` that merges attributes?
`ldexp()` and friends are the only functions that have ABI attributes set (`setSignExtendedArg()`)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103415



More information about the llvm-commits mailing list