summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackProtector.cpp
diff options
context:
space:
mode:
authorSiddharth Bhat <siddu.druid@gmail.com>2017-05-18 16:47:13 +0000
committerSiddharth Bhat <siddu.druid@gmail.com>2017-05-18 16:47:13 +0000
commit06e3c74d8318229986b6d744260fc4ebcb42a34d (patch)
treed32327dd6b6d160da5feaea4822d24ecd538cb17 /llvm/lib/CodeGen/StackProtector.cpp
parenta6465bbb726badf86e520d15d29b6a65a2d1007d (diff)
downloadbcm5719-llvm-06e3c74d8318229986b6d744260fc4ebcb42a34d.tar.gz
bcm5719-llvm-06e3c74d8318229986b6d744260fc4ebcb42a34d.zip
[Fortran Support] Change "global" pattern match to work for params
Summary: - Rename global / local naming convention that did not make much sense to Visible / Invisible, where the visible refers to whether the ALLOCATE call to the Fortran array is present in the current module or not. - This match now works on both cross fortran module globals and on parameters to functions since neither of them are necessarily allocated at the point of their usage. - Add testcase that matches against both a load and a store against function parameters. Differential Revision: https://reviews.llvm.org/D33190 llvm-svn: 303356
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud