[PATCH] D130126: fix bug for useless malloc elimination in CodeGenPrepare
Ruobing Han via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 19 15:30:23 PDT 2022
drcut added a comment.
In D130126#3663981 <https://reviews.llvm.org/D130126#3663981>, @nikic wrote:
> Please put the test in llvm/test/Transforms/CodeGenPrepare instead and use update_test_checks.py. Omit the target triple if possible, which it likely is.
Thanks for the suggestions. The target triple is required for codegenprepare pass.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130126/new/
https://reviews.llvm.org/D130126
More information about the llvm-commits
mailing list