[all-commits] [llvm/llvm-project] 98f254: [globalopt] Teach to look through `addrspacecast`.
darkbuck via All-commits
all-commits at lists.llvm.org
Fri Oct 16 05:43:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 98f254960f0c7bfa96caffca05e14b3431b916d1
https://github.com/llvm/llvm-project/commit/98f254960f0c7bfa96caffca05e14b3431b916d1
Author: Michael Liao <michael.hliao at gmail.com>
Date: 2020-10-16 (Fri, 16 Oct 2020)
Changed paths:
M llvm/lib/Transforms/Utils/GlobalStatus.cpp
M llvm/test/Transforms/GlobalOpt/unnamed-addr.ll
Log Message:
-----------
[globalopt] Teach to look through `addrspacecast`.
- so that global variables in numbered address spaces could be properly
analyzed.
Differential Revision: https://reviews.llvm.org/D89140
More information about the All-commits
mailing list