commit | ca2edc7ad5ebeceb8eae8c20a8455d6db248ad74 | [log] [tgz] |
---|---|---|
author | Sanjoy Das <sanjoy@playingwithpointers.com> | Tue Feb 09 02:31:47 2016 +0000 |
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | Tue Feb 09 02:31:47 2016 +0000 |
tree | a10ac9c1463191352ac5df03a3929c7f3221e20a | |
parent | 4a33ab7b2cc3a396b41ce2c0710ad08213f4792e [diff] |
[GMR/OperandBundles] Teach getModRefBehavior about operand bundles In general, memory restrictions on a called function (e.g. readnone) cannot be transferred to a CallSite that has operand bundles. It is possible to make this inference smarter, but lets fix the behavior to be correct first. llvm-svn: 260193