[PATCH] D73763: [DSE] Lift post-dominance restriction.
Volodymyr Sapsai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 12:50:14 PDT 2020
vsapsai added inline comments.
================
Comment at: llvm/test/Transforms/DeadStoreElimination/MSSA/memset-missing-debugloc.ll:18
; int a() {
; long b[]{2, 2, 2, 2, 0};
; if (a())
----------------
It would be great to update the comment to match the new IR, i.e., make `b` a function parameter instead of a local variable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73763/new/
https://reviews.llvm.org/D73763
More information about the llvm-commits
mailing list