hanchenye-llvm-project/llvm/test/Transforms/Util
Bjorn Steinbrink 5ec7522771 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

llvm-svn: 228525
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