summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/cxx_bitand.cpp
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2014-08-14 21:09:37 +0000
committerHal Finkel <hfinkel@anl.gov>2014-08-14 21:09:37 +0000
commit61c386126ba1b06ceb8513e9b7f872482c0ff62f (patch)
tree15a71ce8a8c097e4d0690faf7a7219cb2762d924 /clang/test/Preprocessor/cxx_bitand.cpp
parent462b6fc6dcd7dee1321fb933d4978fc0122a78ad (diff)
downloadbcm5719-llvm-61c386126ba1b06ceb8513e9b7f872482c0ff62f.tar.gz
bcm5719-llvm-61c386126ba1b06ceb8513e9b7f872482c0ff62f.zip
Copy noalias metadata from call sites to inlined instructions
When a call site with noalias metadata is inlined, that metadata can be propagated directly to the inlined instructions (only those that might access memory because it is not useful on the others). Prior to inlining, the noalias metadata could express that a call would not alias with some other memory access, which implies that no instruction within that called function would alias. By propagating the metadata to the inlined instructions, we preserve that knowledge. This should complete the enhancements requested in PR20500. llvm-svn: 215676
Diffstat (limited to 'clang/test/Preprocessor/cxx_bitand.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud