[all-commits] [llvm/llvm-project] 004e61: [CVP] Avoid duplicate range calculation (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jan 17 07:40:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 004e613ce41fc14327e9b4bf215378a6150fe812
https://github.com/llvm/llvm-project/commit/004e613ce41fc14327e9b4bf215378a6150fe812
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
Log Message:
-----------
[CVP] Avoid duplicate range calculation (NFC)
Calculate the range once and use it in processURem() and
narrowUDivOrURem().
More information about the All-commits
mailing list