[NewGVN] Add test cases for remaining known issues.
authorFlorian Hahn <flo@fhahn.com>
Tue, 28 Jul 2020 19:31:57 +0000 (20:31 +0100)
committerFlorian Hahn <flo@fhahn.com>
Tue, 28 Jul 2020 19:33:04 +0000 (20:33 +0100)
commit8e67982384d4a11892c04d16c2d10d7533e56094
treefbcf86f97e6ff8e0f9dfe066af4ba6320220d044
parent3fac05e49fe3eb4d6becf1761b4df01dbd871aa4
[NewGVN] Add test cases for remaining known issues.

This patch adds IR tests for the known NewGVN issues. The intention is
that adding them now will make it easier to keep track of fixes.
llvm/test/Transforms/NewGVN/todo-pr33165-distribute-undef.ll [new file with mode: 0644]
llvm/test/Transforms/NewGVN/todo-pr35074-phi-of-ops.ll [new file with mode: 0644]
llvm/test/Transforms/NewGVN/todo-pr36335-phi-undef.ll [new file with mode: 0644]
llvm/test/Transforms/NewGVN/todo-pr37121-seens-this-value-a-lot.ll [new file with mode: 0644]
llvm/test/Transforms/NewGVN/todo-pr42422-phi-of-ops.ll [new file with mode: 0644]