[all-commits] [llvm/llvm-project] 5020e1: [test] rework recently added SCEV tests
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Oct 5 14:43:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5020e104a1349a0ae6532b007b48c68b8f64c049
https://github.com/llvm/llvm-project/commit/5020e104a1349a0ae6532b007b48c68b8f64c049
Author: Philip Reames <listmail at philipreames.com>
Date: 2021-10-05 (Tue, 05 Oct 2021)
Changed paths:
M llvm/test/Analysis/ScalarEvolution/flags-from-poison.ll
Log Message:
-----------
[test] rework recently added SCEV tests
These are meant to check a future patch which recurses through operands of SCEVs, but because all SCEVs are trivially bounded by function entry, we need to arrange the trivial scope not to be valid. (i.e. we specifically need a lower defining scope)
More information about the All-commits
mailing list