[PATCH] D128830: [Pipelines] Introduce DAE after ArgumentPromotion

Pavel Samolysov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 26 03:45:48 PDT 2022


psamolysov added a comment.

No problem, I've reverted the commit while I need some time to build `clang` with the reverted commit even for make it clear the commit is guilty.

I'm sorry. It's very interesting, in @mstorsjo case, a function from the standard `C` library is used: `strtof`. When I renamed it in the test into `strtof2`, the problem has becomes not reproducible.

@Michael137 It looks like some DWARF generation/debugger test can fail after the revertion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128830



More information about the cfe-commits mailing list