OSDN Git Service

[GlobalOpt] Propagate operand bundles
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 29 Apr 2016 08:07:22 +0000 (08:07 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 29 Apr 2016 08:07:22 +0000 (08:07 +0000)
commit30471834277c2737606832f8283ca77f728c8b66
tree3451abc763e571a6ecd73d7d359ea0bfac482cc4
parent1929f2aa4db48b2fad4dbb1735227c346c22a03c
[GlobalOpt] Propagate operand bundles

We neglected to transfer operand bundles for some transforms.  These
were found via inspection, I'll try to come up with some test cases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268011 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Instructions.h
lib/IR/Instructions.cpp
lib/Transforms/IPO/GlobalOpt.cpp