[PATCH] D125285: [BuildLibCalls] infer inreg param attrs from NumRegisterParameters

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 13:28:37 PDT 2022


nickdesaulniers added a comment.

> Do you need to exclude varargs functions?

I didn't need to change anything in my logic; seems to work.

> Please add tests for:

Done, thanks. Got anything that might emit a libcall with an i64? I was looking at `ffsl` but AFAICT, we don't emit that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125285



More information about the llvm-commits mailing list