[PATCH] D102266: [LAA] Also handle pointer phis in ::addAccess.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 28 02:46:02 PDT 2021
fhahn added a comment.
In D102266#2786427 <https://reviews.llvm.org/D102266#2786427>, @bjope wrote:
> We still see these failures. Should we perhaps revert rG1ed7f8ede564c3b11da4fdca30c36ccbff422576 <https://reviews.llvm.org/rG1ed7f8ede564c3b11da4fdca30c36ccbff422576> while sorting out remaining issues here?
> (that was just an optimization afaict, so maybe better to have a compiler that doesn't crash on certain input, or is the loop-distribution considered as some kind of alpha-feature)
Fair point. Unfortunately I did not yet have time to get back to this as quickly as I hoped. Reverted the original commit for now (ec1f6f7e3f92d806d0f7e4d687173a150102ec5d <https://reviews.llvm.org/rGec1f6f7e3f92d806d0f7e4d687173a150102ec5d>)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102266/new/
https://reviews.llvm.org/D102266
More information about the llvm-commits
mailing list