OSDN Git Service

[LVI] Fix LVI compile time regression around constantFoldUser()
authorHiroshi Yamauchi <yamauchi@google.com>
Thu, 10 Aug 2017 02:23:14 +0000 (02:23 +0000)
committerHiroshi Yamauchi <yamauchi@google.com>
Thu, 10 Aug 2017 02:23:14 +0000 (02:23 +0000)
commit8d76d00d95ccae7f432c545495bfe3bfba607257
tree695ec26e088233f15ca2d6f5137b85bcce4ab21a
parent9e6aa3e0fefb3f5df241ba5175c5e0907199bb01
[LVI] Fix LVI compile time regression around constantFoldUser()

Summary:
Avoid checking each operand and calling getValueFromCondition() before calling
constantFoldUser() when the instruction type isn't supported by
constantFoldUser().

This fixes a large compile time regression in an internal build.

Reviewers: sanjoy

Reviewed By: sanjoy

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D36552

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310545 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LazyValueInfo.cpp