[PATCH] D46565: [AMDGPU] Added checks for dpp_ctrl value

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 7 17:33:37 PDT 2018


rampitec created this revision.
rampitec added reviewers: kzhuravl, b-sumner, nhaehnle.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, wdng, arsenm.

- Report error for invalid dpp_ctrl values.
- Changed the way it is reported, now the error will be emitted into asm and will work with release build as well.
- Added dpp_ctrl value verifier for codegen.
- Added symbolic constants for dpp_ctrl.


https://reviews.llvm.org/D46565

Files:
  lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
  lib/Target/AMDGPU/SIDefines.h
  lib/Target/AMDGPU/SIInstrInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46565.145603.patch
Type: text/x-patch
Size: 7998 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180508/08445c35/attachment.bin>


More information about the llvm-commits mailing list