[PATCH] D70516: Revert "[DependenceAnalysis] Dependecies for loads marked with "ivnariant.load" should not be shared with general accesses. Fix for https://bugs.llvm.org/show_bug.cgi?id=42151"
Evgeniy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 00:56:55 PST 2019
ebrevnov added a comment.
Looking at the provided IRs I can see what happened but I can't understand why. Provided IR is fine for me to continue investigation. I just need to know command line to reproduce. Interestingly, if I apply instcombine to initial IR (results are identical with and without my change) it is simplified to the form which I believe can't result in the provided "incorrect" version of IR.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70516/new/
https://reviews.llvm.org/D70516
More information about the llvm-commits
mailing list