llvm-6502/test/Transforms/Util
Bjorn Steinbrink 61a16d2a16 Correctly combine alias.scope metadata by a union instead of intersecting
Summary:
The alias.scope metadata represents sets of things an instruction might
alias with. When generically combining the metadata from two
instructions the result must be the union of the original sets, because
the new instruction might alias with anything any of the original
instructions aliased with.

Reviewers: hfinkel

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D7490

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228525 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-08 17:07:14 +00:00
..
combine-alias-scope-metadata.ll Correctly combine alias.scope metadata by a union instead of intersecting 2015-02-08 17:07:14 +00:00
flattencfg.ll
lowerswitch.ll [SwitchLowering] Handle destinations on multiple phi instructions 2014-12-02 18:31:53 +00:00