[all-commits] [llvm/llvm-project] e360ee: [Attributor][FIX] Make AAValueSimplifyArgument awa...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Fri Nov 1 22:33:19 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e360ee62650609112b08e4ab2249e1e5a8c9e0d0
https://github.com/llvm/llvm-project/commit/e360ee62650609112b08e4ab2249e1e5a8c9e0d0
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2019-11-02 (Sat, 02 Nov 2019)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/test/Transforms/IPConstantProp/thread_local_acs.ll
Log Message:
-----------
[Attributor][FIX] Make AAValueSimplifyArgument aware of thread-dependent constants
As in IPConstantProp, thread-dependent constants need not be propagated
over callbacks. Took the comment and test from there, see also D56447.
More information about the All-commits
mailing list