[PATCH] D62572: [AMDGPU] Added target feature +disable-form-clauses
Tim Renouf via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 01:12:31 PDT 2019
tpr created this revision.
Herald added subscribers: llvm-commits, t-tye, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl, arsenm.
Herald added a project: LLVM.
With LLPC, previous investigation has suggested that si-scheduler
interacts badly with SiFormMemoryClauses on an XNACK target in some
games.
That needs further investigation in the future. In the meantime, this
commit adds a target feature to disable SIFormMemoryClauses on a
per-function basis for LLPC to use.
Repository:
rL LLVM
https://reviews.llvm.org/D62572
Files:
lib/Target/AMDGPU/AMDGPU.td
lib/Target/AMDGPU/AMDGPUSubtarget.cpp
lib/Target/AMDGPU/AMDGPUSubtarget.h
lib/Target/AMDGPU/SIFormMemoryClauses.cpp
test/CodeGen/AMDGPU/disable_form_clauses.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62572.201836.patch
Type: text/x-patch
Size: 5864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190529/34307f8e/attachment.bin>
More information about the llvm-commits
mailing list