[PATCH] D149768: [ArgumentPromotion] Bail if any callers are minsize

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 15:31:21 PDT 2023


smeenai added a comment.

Unfortunately my first attempt with llvm-reduce generated a reducer with UB :D I'm trying with a slightly more refined reduction script to try to avoid that. From eyeballing the code it seems like the SROA-like aspect of argpromote is yielding the size wins though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149768



More information about the llvm-commits mailing list