[PATCH] D156610: [WIP][LSR] Transform div instruction to add in loop

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 30 18:23:55 PDT 2023


LuoYuanke updated this revision to Diff 545496.
LuoYuanke added a comment.

Add nsw and nuw flags for add instruction.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156610

Files:
  llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
  llvm/test/Transforms/LoopStrengthReduce/div.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156610.545496.patch
Type: text/x-patch
Size: 9792 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230731/192425d3/attachment.bin>


More information about the llvm-commits mailing list