[PATCH] D152278: [SCEV] Compute SCEV for ashr(add(shl(x, n), c), m) instr triplet

Vedant Paranjape via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 02:23:05 PDT 2023


vedant-amd updated this revision to Diff 550671.
vedant-amd added a comment.

Update the SCEV code and add a new testcase


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152278

Files:
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/test/Analysis/ScalarEvolution/sext-add-inreg-loop.ll
  llvm/test/Analysis/ScalarEvolution/sext-add-inreg-unequal.ll
  llvm/test/Analysis/ScalarEvolution/sext-add-inreg.ll
  llvm/test/Transforms/LoopStrengthReduce/scaling-factor-incompat-type.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152278.550671.patch
Type: text/x-patch
Size: 13132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230816/8a9706a8/attachment-0001.bin>


More information about the llvm-commits mailing list