[PATCH] D155863: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32

Bing Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 10:11:29 PDT 2023


yubing updated this revision to Diff 542575.
yubing added a comment.

small fix


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155863

Files:
  clang/include/clang/Basic/LangOptions.def
  clang/include/clang/Driver/Options.td
  clang/lib/AST/ItaniumMangle.cpp
  clang/lib/AST/Mangle.cpp
  clang/lib/CodeGen/CodeGenModule.cpp
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/test/CodeGen/check-regcall4-moduleflag.c
  clang/test/CodeGen/regcall4.c
  clang/test/CodeGenCXX/regcall4.cpp
  clang/test/Driver/cl-cc-flags.c
  llvm/lib/Target/X86/X86CallingConv.td
  llvm/test/CodeGen/X86/sse-regcall4.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155863.542575.patch
Type: text/x-patch
Size: 43730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230720/3809af3c/attachment.bin>


More information about the llvm-commits mailing list