[all-commits] [llvm/llvm-project] 3301fd: [SCEVExpander] Remove some unnecessary effective t...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Sep 21 07:04:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3301fd2147cea8b8c5667b02c4ac4c60e3cdb831
https://github.com/llvm/llvm-project/commit/3301fd2147cea8b8c5667b02c4ac4c60e3cdb831
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-09-21 (Thu, 21 Sep 2023)
Changed paths:
M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
Log Message:
-----------
[SCEVExpander] Remove some unnecessary effective type handling (NFC)
A lot of SCEV expressions only work on integers -- in which case
the effective type will always be the same as the type.
There is a lot more cleanup to do here.
More information about the All-commits
mailing list