[all-commits] [llvm/llvm-project] 766098: [LSR] Use computeConstantDifference()
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Aug 28 03:21:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7660981402bccaad0e351a65913ebd37436e4816
https://github.com/llvm/llvm-project/commit/7660981402bccaad0e351a65913ebd37436e4816
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-08-28 (Wed, 28 Aug 2024)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Log Message:
-----------
[LSR] Use computeConstantDifference()
This API is faster than getMinusSCEV() and a SCEVConstant cast.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list