Files
clang-p2996/llvm/test/Transforms/InstCombine
Daniel Neilson a3c7f4cba3 Add element-atomic mem intrinsic canary tests for InstCombine.
Summary:
Add canary tests to verify that InstCombine currently does nothing with the element atomic memory intrinsics for memmove and memset.

Placeholder tests that will fail once element atomic @llvm.mem[move|set] instrinsics have been added to the MemIntrinsic class hierarchy. These will act as a reminder to verify that inst combine handles these intrinsics properly once they have been added to that class hierarchy.

Reviewers: reames

Reviewed By: reames

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D35502

llvm-svn: 308247
2017-07-18 01:06:47 +00:00
..
2017-01-22 20:28:56 +00:00
2017-04-17 03:41:47 +00:00
2017-01-10 23:08:54 +00:00
2017-05-19 22:37:09 +00:00
2017-04-19 12:06:40 +00:00
2017-05-03 23:32:51 +00:00
2017-04-14 17:47:07 +00:00
2017-05-19 22:37:09 +00:00
2017-05-19 22:37:09 +00:00
2017-05-19 22:37:09 +00:00

This directory contains test cases for the instcombine transformation.  The
dated tests are actual bug tests, whereas the named tests are used to test
for features that the this pass should be capable of performing.