[PATCH] D132926: [ARM64EC 12/?] Add param/ret attr for struct to help generate correct thunk for arm64ec

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 20:04:01 PDT 2022


bcl5980 updated this revision to Diff 462382.
bcl5980 added a comment.

Rename the attribute to arm64ecargsize


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

https://reviews.llvm.org/D132926

Files:
  clang/lib/CodeGen/CGCall.cpp
  clang/test/CodeGenCXX/arm64ec-mangle-align.cpp
  clang/test/CodeGenCXX/arm64ec-mangle-basic.cpp
  clang/test/CodeGenCXX/arm64ec-mangle-struct.cpp
  clang/test/CodeGenCXX/arm64ec.cpp
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/include/llvm/IR/Attributes.h
  llvm/include/llvm/IR/Attributes.td
  llvm/include/llvm/IR/Function.h
  llvm/include/llvm/IR/InstrTypes.h
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/IR/AttributeImpl.h
  llvm/lib/IR/Attributes.cpp
  llvm/lib/Transforms/Utils/CodeExtractor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132926.462382.patch
Type: text/x-patch
Size: 32991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220923/b33a4653/attachment.bin>


More information about the llvm-commits mailing list