[PATCH] D86157: [DeadArgElim][FIX] Drop more attributes when the return type changes
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 6 10:53:12 PDT 2020
jdoerfert added a comment.
In D86157#2258063 <https://reviews.llvm.org/D86157#2258063>, @fhahn wrote:
> This looks fine, but might be better to split up into 2 patches (1 for undef, 1 for align)? Small nit for the title: this patch fixes `AttributeFuncs::typeIncompatible`, which as a consequence fixes DeadArgElim, but potentially other places too. Might be good to reflect that in the title.
I will revisit this soon. split it and fix the tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86157/new/
https://reviews.llvm.org/D86157
More information about the llvm-commits
mailing list