[all-commits] [llvm/llvm-project] e43b1c: [SCEV] Constify some uses of SCEVUnionPredicate* [...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Feb 10 12:42:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e43b1ce4d52dc9da7b8b6385943d8e91d7bb223f
https://github.com/llvm/llvm-project/commit/e43b1ce4d52dc9da7b8b6385943d8e91d7bb223f
Author: Philip Reames <listmail at philipreames.com>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV] Constify some uses of SCEVUnionPredicate* [NFC]
This exploits the immutability introduced in d334fec.
More information about the All-commits
mailing list