]> granicus.if.org Git - llvm/commit
Merging r344454, r344455, r344645:
authorTom Stellard <tstellar@redhat.com>
Fri, 2 Nov 2018 02:26:07 +0000 (02:26 +0000)
committerTom Stellard <tstellar@redhat.com>
Fri, 2 Nov 2018 02:26:07 +0000 (02:26 +0000)
commit5ab8235732b38b6751b89d84aaf0e84a684e878b
tree6f0b2fa57d8fc8059e8a1944c759dd863dde51ca
parent4c946b7981db07c0108f8ea6c539a5611f754923
Merging r344454, r344455, r344645:

------------------------------------------------------------------------
r344454 | xbolva00 | 2018-10-13 08:21:55 -0700 (Sat, 13 Oct 2018) | 11 lines

[InstCombine] Fixed crash with aliased functions

Summary: Fixes PR39177

Reviewers: spatel, jbuening

Reviewed By: jbuening

Subscribers: jbuening, llvm-commits

Differential Revision: https://reviews.llvm.org/D53129
------------------------------------------------------------------------

------------------------------------------------------------------------
r344455 | xbolva00 | 2018-10-13 08:26:13 -0700 (Sat, 13 Oct 2018) | 2 lines

[NFC] Fixed duplicated test file

------------------------------------------------------------------------

------------------------------------------------------------------------
r344645 | xbolva00 | 2018-10-16 14:18:31 -0700 (Tue, 16 Oct 2018) | 9 lines

[InstCombine] Cleanup libfunc attribute inferring

Reviewers: efriedma

Reviewed By: efriedma

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D53338
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@345921 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/BuildLibCalls.h
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
lib/Transforms/Utils/BuildLibCalls.cpp
test/Transforms/InstCombine/pr39177.ll [new file with mode: 0644]