OSDN Git Service

AMDGPU: Avoid code predicates for extload PatFrags
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 16 Jul 2019 02:46:05 +0000 (02:46 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 16 Jul 2019 02:46:05 +0000 (02:46 +0000)
commit48a2462687932fd6f424a4d6c683256cb7235c4d
treef6274091764a08db09697ce81822ea20b97effcd
parenta8aec29ce35ddde7f3074d85139145cfad53f9ff
AMDGPU: Avoid code predicates for extload PatFrags

Use the MemoryVT field. This will be necessary for tablegen to
automatically handle patterns for GlobalISel.

Doesn't handle the d16 lo/hi patterns. Those are a special case since
it involvess the custom node type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366168 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPUInstructions.td
lib/Target/AMDGPU/BUFInstructions.td
lib/Target/AMDGPU/EvergreenInstructions.td
lib/Target/AMDGPU/FLATInstructions.td
lib/Target/AMDGPU/R600Instructions.td