[PATCH] D92721: [PATCH] [clang] Create SPIRABIInfo to enable SPIR_FUNC calling convention
Melanie Blower via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 7 12:47:15 PST 2020
mibintc added a comment.
There are many RuntimeCalls that are created in Clang, including _read_pipe, all the OpenMP runtime calls, etc. Shall they all have their calling conventions set from the ABIInfo? Currently those calls are being set to 0.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92721/new/
https://reviews.llvm.org/D92721
More information about the cfe-commits
mailing list