[all-commits] [llvm/llvm-project] c93a39: [SCEV][NFC] Introduce isKnownPredicateAt method
max-azul via All-commits
all-commits at lists.llvm.org
Wed Sep 30 22:12:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c93a39dd1fdd74cb87ef65cfd42d81c62a07ed91
https://github.com/llvm/llvm-project/commit/c93a39dd1fdd74cb87ef65cfd42d81c62a07ed91
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV][NFC] Introduce isKnownPredicateAt method
We can query known predicates in different points, respecting
their dominating conditions.
More information about the All-commits
mailing list