[PATCH] D69563: [LV] Strip wrap flags from vectorized reductions
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 10:50:30 PST 2019
lebedev.ri added a comment.
In D69563#1748967 <https://reviews.llvm.org/D69563#1748967>, @dantrushin wrote:
> Ping.
> @lebedev.ri : did I addressed your comments?
Yes. Though it still looks wrong to me that `getOrCreateVectorValue()` seems to return a value that has incorrect no-wrap flags that we need to later drop.
> @hsaito: What do you think?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69563/new/
https://reviews.llvm.org/D69563
More information about the llvm-commits
mailing list