[all-commits] [llvm/llvm-project] 8d92a8: [SCEV] Add llvm.experimental.guard conditions to a...
Joshua Cao via All-commits
all-commits at lists.llvm.org
Mon Jan 9 19:35:47 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d92a8226eb71f0199f4cc83b961bf5440a1e503
https://github.com/llvm/llvm-project/commit/8d92a8226eb71f0199f4cc83b961bf5440a1e503
Author: Joshua Cao <cao.joshua at yahoo.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
Log Message:
-----------
[SCEV] Add llvm.experimental.guard conditions to applyLoopGuards()
Conditions for dominating branches and llvm.assumes are already
collected. This also adds conditions from guards.
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D141243
More information about the All-commits
mailing list