[PATCH] D117356: InstructionCombining: avoid eliding mismatched alloc/free pairs

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 14 13:39:34 PST 2022


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

Please upload patches with full context (`-U99999`), minimize the test (remove unnecessary attributes, don't use unnecessary allocas, etc), use update_test_checks.py and omit braces for single-line if statements.


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

https://reviews.llvm.org/D117356



More information about the llvm-commits mailing list