[PATCH] D132275: [clang] Create alloca to pass into static lambda

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 2 16:04:30 PDT 2023


leonardchan added subscribers: jdoerfert, leonardchan.
leonardchan added a comment.

Hi. For an embedded device, prior to this patch, we used to be able to see a significant savings of 28kB when we enabled the attributor. But with this patch, we don't see these savings anymore when enabling the attributor. I don't suppose folks might have any ideas on how this might affect the attributor? I'm going to attempt to make a minimal reproducer. Just chiming in early in case anyone might happen to know off the top of their head.

cc @jdoerfert who owns the attributor


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132275



More information about the cfe-commits mailing list