[PATCH] D126371: [SLP]Fix PR55688: Miscompile due to incorrect nuw handling.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 11:23:45 PDT 2022


ABataev marked 2 inline comments as done.
ABataev added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:10355-10356
 
   /// Creates reduction operation with the current opcode with the IR flags
   /// from \p I.
   static Value *createOp(IRBuilder<> &Builder, RecurKind RdxKind, Value *LHS,
----------------
spatel wrote:
> Can this one also cause trouble?
Removed it, not used anymore.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126371/new/

https://reviews.llvm.org/D126371



More information about the llvm-commits mailing list