[all-commits] [llvm/llvm-project] 7de592: [LVI] Move bulk of getConstantRangeAtUse() impleme...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Dec 12 06:27:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7de592b9f9f12f861cc1bdc667d6042569bc42a2
https://github.com/llvm/llvm-project/commit/7de592b9f9f12f861cc1bdc667d6042569bc42a2
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M llvm/lib/Analysis/LazyValueInfo.cpp
Log Message:
-----------
[LVI] Move bulk of getConstantRangeAtUse() implementation into Impl (NFC)
Make the layering here similar to all the other methods:
LazyValueInfoImpl implements the underlying API returning a
ValueLatticeElement, and then LazyValueInfo exposes this as a
ConstantRange publicly.
More information about the All-commits
mailing list