[all-commits] [llvm/llvm-project] 89a104: Make inferLibFuncAttributes() add SExt attribute o...
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Tue Nov 10 09:41:48 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 89a1042b6ad5443935f1b542ee892bf420b061fd
https://github.com/llvm/llvm-project/commit/89a1042b6ad5443935f1b542ee892bf420b061fd
Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M llvm/lib/Transforms/Utils/BuildLibCalls.cpp
M llvm/test/Transforms/InferFunctionAttrs/annotate.ll
Log Message:
-----------
Make inferLibFuncAttributes() add SExt attribute on second arg to ldexp.
This was missing as discovered by the SystemZ multistage bot:
http://lab.llvm.org:8011/#/builders/8, where wrong code resulted when this
extension was not performed.
Thanks for review by Ulrich Weigand and Roman Lebedev.
Differential Revision: https://reviews.llvm.org/D90760
More information about the All-commits
mailing list