[PATCH] D115965: [DSE] Fix a case of invalid dead store elimination

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 17 14:48:29 PST 2021


nikic added a reviewer: nikic.
nikic added a comment.

>From a cursory look, isn't the actual problem here that the malloc() is treated as loop invariant, even though it isn't?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115965



More information about the llvm-commits mailing list