[PATCH] D130126: fix bug for useless malloc elimination in CodeGenPrepare
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 10:06:18 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/test/Transforms/CodeGenPrepare/dead-allocation.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; Eliminate the dead allocation instruction
----------------
This test needs `REQUIRES: arm-registered-target` otherwise it fails if the ARM target isn't built
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