[all-commits] [llvm/llvm-project] 170412: [ValueTracking] Remove unused computeKnownBits() o...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Nov 28 03:51:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17041276d4c0a988da48361eb25b3271bcca8602
https://github.com/llvm/llvm-project/commit/17041276d4c0a988da48361eb25b3271bcca8602
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/lib/Analysis/ValueTracking.cpp
Log Message:
-----------
[ValueTracking] Remove unused computeKnownBits() overload (NFC)
If you need this, use one of the variants returning KnownBits
instead.
More information about the All-commits
mailing list