[all-commits] [llvm/llvm-project] c5e491: [SCEV] Modernize code style of isSCEVExprNeverPois...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Sep 30 15:14:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c5e491e6ee95ac0243b38b4aa85b627e7d9fc969
https://github.com/llvm/llvm-project/commit/c5e491e6ee95ac0243b38b4aa85b627e7d9fc969
Author: Philip Reames <listmail at philipreames.com>
Date: 2021-09-30 (Thu, 30 Sep 2021)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV] Modernize code style of isSCEVExprNeverPoison [NFC]
Use for-range and all_of to make code easier to read in advance of other changes.
More information about the All-commits
mailing list