OSDN Git Service

AMDGPU: Fix potentially incorrectly matching check lines
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 2 Oct 2017 20:31:16 +0000 (20:31 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 2 Oct 2017 20:31:16 +0000 (20:31 +0000)
commitc31f9e0d7156d497dc2e6a81eff0c0ed0809ac5b
tree92f255609d3cc41c1ca22c7e123973d5aee03aff
parentaffb6c229ed2c2bec28c2e230b71f601f4ff4a3d
AMDGPU: Fix potentially incorrectly matching check lines

These check lines are supposed to make sure the new d16
load instructions aren't used, but the expected instruction
name is a prefix of the incorrect instruction name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314714 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/AMDGPU/load-hi16.ll