[all-commits] [llvm/llvm-project] bfebad: [LVI] Don't require DataLayout in getConstantRange...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Dec 12 05:29:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfebadc8c392fc3bc8cbd54af735a006f50a5d8c
https://github.com/llvm/llvm-project/commit/bfebadc8c392fc3bc8cbd54af735a006f50a5d8c
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] Don't require DataLayout in getConstantRangeOrFull() (NFC)
We're only working on integers here, so we don't need DataLayout
to determine the width.
More information about the All-commits
mailing list