[all-commits] [llvm/llvm-project] 140d6a: [SCEV][NFC] Introduce utility function to get powe...
Dmitry Bakunevich via All-commits
all-commits at lists.llvm.org
Tue Feb 28 04:06:14 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 140d6a9f95fbb61a546f6acebca24e6fe3cda894
https://github.com/llvm/llvm-project/commit/140d6a9f95fbb61a546f6acebca24e6fe3cda894
Author: dbakunevich <dbakunevich at azul.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/unittests/Analysis/ScalarEvolutionTest.cpp
Log Message:
-----------
[SCEV][NFC] Introduce utility function to get power of 2
The new function has been added to SCEV that allows to raise the number 2
to the desired power.
Authored-by: Dmitry Bakunevich
Differential Revision: https://reviews.llvm.org/D144381
More information about the All-commits
mailing list