]> granicus.if.org Git - llvm/commit
[AMDGPU] Add test
authorPiotr Sobczak <piotr.sobczak@amd.com>
Mon, 2 Sep 2019 10:02:54 +0000 (10:02 +0000)
committerPiotr Sobczak <piotr.sobczak@amd.com>
Mon, 2 Sep 2019 10:02:54 +0000 (10:02 +0000)
commitd4cdd8c187fc512c853f8e5371f84b68db49c69c
tree6bfbbd77907eca7488782158f0361168b8136c03
parentf54d461ec37230ff9e6414cecb39596c08f695ae
[AMDGPU] Add test

Summary:
Add test checking that the redundant immediate MOV instruction
(by-product of handling phi nodes) is not found in the generated code.

Reviewers: arsenm, anton-afanasyev, craig.topper, rtereshin, bogner

Reviewed By: arsenm

Subscribers: kzhuravl, yaxunl, dstuttard, tpr, t-tye, wdng, jvesely, nhaehnle, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370634 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/AMDGPU/cse-phi-incoming-val.ll [new file with mode: 0644]