[PATCH] D74853: [RFC WIP] Fix DSE for asm outputs (aka PR44913)
Alexander Potapenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 10:49:01 PST 2020
glider added a comment.
Hi Florian, Eli et al.,
I tried attacking https://bugs.llvm.org/show_bug.cgi?id=44913, and the provided patch seems to fix the problem.
Can you please take a look and tell if the general idea makes sense?
If it does, I can polish it by replacing all uses of getLocForWrite() with getLocsForWrite() (we may also need a similar function for reads) and move the code around a bit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74853/new/
https://reviews.llvm.org/D74853
More information about the llvm-commits
mailing list