[PATCH] D141243: [SCEV] Add llvm.experimental.guard conditions to applyLoopGuards()
Joshua Cao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 8 17:34:48 PST 2023
caojoshua created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
caojoshua updated this revision to Diff 487251.
caojoshua edited the summary of this revision.
caojoshua added a comment.
caojoshua added reviewers: fhahn, reames.
Herald added a subscriber: StephenFan.
caojoshua published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Conditions for dominating branches and llvm.assumes are already
collected. This also adds conditions from guards.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D141243
Files:
llvm/lib/Analysis/ScalarEvolution.cpp
llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141243.487251.patch
Type: text/x-patch
Size: 4469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230109/90bf0ca7/attachment.bin>
More information about the llvm-commits
mailing list