[PATCH] D44968: Generalize NRVO to cover C structs

Akira Hatanaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 29 10:59:32 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL328809: Generalize NRVO to cover C structs. (authored by ahatanak, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D44968?vs=140146&id=140296#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D44968

Files:
  cfe/trunk/lib/CodeGen/CGDecl.cpp
  cfe/trunk/lib/Sema/SemaDecl.cpp
  cfe/trunk/lib/Sema/SemaStmt.cpp
  cfe/trunk/test/CodeGen/64bit-swiftcall.c
  cfe/trunk/test/CodeGen/aarch64-neon-perm.c
  cfe/trunk/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
  cfe/trunk/test/CodeGen/aggregate-assign-call.c
  cfe/trunk/test/CodeGen/arm-swiftcall.c
  cfe/trunk/test/CodeGen/arm_neon_intrinsics.c
  cfe/trunk/test/CodeGen/atomic-ops.c
  cfe/trunk/test/CodeGen/ppc64-align-struct.c
  cfe/trunk/test/CodeGen/wasm-varargs.c
  cfe/trunk/test/CodeGen/windows-swiftcall.c
  cfe/trunk/test/CodeGenObjC/objc-non-trivial-struct-nrvo.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44968.140296.patch
Type: text/x-patch
Size: 205423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180329/d8e8a2b3/attachment-0001.bin>


More information about the llvm-commits mailing list