[libcxx-commits] [PATCH] D96966: [libc++] Remove temporary stack-allocated array pointer

Dominic Chen via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 18 10:31:14 PST 2021


ddcc added a comment.

Hmm, I thought mem2reg was supposed to run even at O0. Turns out that's not the case, which explains why the `alloca [3 x i64]*` was not removed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96966



More information about the libcxx-commits mailing list