[all-commits] [llvm/llvm-project] 8f7652: [SCEV] Remove mul handling from BuildConstantFromS...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Nov 6 07:58:23 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f76522a61d01cf7d70debd39418259e969bb8d6
https://github.com/llvm/llvm-project/commit/8f76522a61d01cf7d70debd39418259e969bb8d6
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV] Remove mul handling from BuildConstantFromSCEV()
We can't support this once mul constant expressions are removed,
and this is not useful in any practical sense (as this code is
primarily intended for GEP expressions).
More information about the All-commits
mailing list