rnk added inline comments.

================
Comment at: clang/test/CodeGenCXX/trivial_abi.cpp:267
+// PR42961
+Small (*fp)() = []() -> Small {};
----------------
Please check for the IR for the `__invoke` member of the lambda class. I think 
it's at least a bit interesting that we create two allocas, store to them, 
memcpy from one to the other, and then load out of the second.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97872

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to