[all-commits] [llvm/llvm-project] 8148b1: [ValueTracking] Short-circuit GEP known bits calcu...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat May 2 03:31:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8148b116474614c176d69de8c246fc21494faf5f
https://github.com/llvm/llvm-project/commit/8148b116474614c176d69de8c246fc21494faf5f
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-05-02 (Sat, 02 May 2020)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
Log Message:
-----------
[ValueTracking] Short-circuit GEP known bits calculation (NFC)
Don't compute known bits of all GEP operands, if we already know
that we don't know anything.
More information about the All-commits
mailing list