llvm-6502/test/CodeGen/R600
Tom Stellard 99d8179a9b R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTE
We need to intialize this to something and since clang does not set
the shader type attribute and clang is used only for compute shaders,
initializing it to COMPUTE seems like the best choice.

Reviewed-by: Christian König <christian.koenig@amd.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180620 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-26 18:32:24 +00:00
..
128bit-kernel-args.ll R600: Add support for 128-bit parameters 2013-02-13 22:05:20 +00:00
add.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
alu-split.ll R600: Fix last ALU of a clause being emitted in a separate clause 2013-04-03 18:24:47 +00:00
and.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
bfi_int.ll R600: Add pattern for the BFI_INT instruction 2013-04-19 02:11:06 +00:00
dagcombiner-bug-illegal-vec4-int-to-fp.ll R600: Emit function name in the AsmPrinter 2013-02-05 17:09:11 +00:00
disconnected-predset-break-bug.ll R600: Add support for native control flow 2013-04-01 21:48:05 +00:00
elf.ll R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTE 2013-04-26 18:32:24 +00:00
elf.r600.ll R600: Use .AMDGPU.config section to emit stacksize 2013-04-23 17:34:12 +00:00
fabs.ll Add R600 backend 2012-12-11 21:25:42 +00:00
fadd.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
fcmp-cnd.ll Add R600 backend 2012-12-11 21:25:42 +00:00
fcmp-cnde-int-args.ll R600: Improve custom lowering of select_cc 2013-03-08 15:37:09 +00:00
fcmp.ll R600: Change operation action from Custom to Expand for BR_CC 2013-03-08 15:37:07 +00:00
fdiv.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
floor.ll Add R600 backend 2012-12-11 21:25:42 +00:00
fmad.ll R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad pattern 2013-02-18 14:11:28 +00:00
fmax.ll Add R600 backend 2012-12-11 21:25:42 +00:00
fmin.ll Add R600 backend 2012-12-11 21:25:42 +00:00
fmul.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
fmul.v4f32.ll Add R600 backend 2012-12-11 21:25:42 +00:00
fp_to_sint.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
fp_to_uint.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
fsub.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
i8-to-double-to-float.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
icmp-select-sete-reverse-args.ll Test case hygiene. 2013-03-09 18:25:40 +00:00
imm.ll R600/SI: Add support for buffer stores v2 2013-04-05 23:31:51 +00:00
jump-address.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
kcache-fold.ll R600: Emit CF_ALU and use true kcache register. 2013-04-01 21:47:42 +00:00
legalizedag-bug-expand-setcc.ll LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCC 2013-03-08 15:37:02 +00:00
lit.local.cfg Add R600 backend 2012-12-11 21:25:42 +00:00
literals.ll Test case hygiene. 2013-03-09 18:25:40 +00:00
llvm.AMDGPU.mul.ll Add R600 backend 2012-12-11 21:25:42 +00:00
llvm.AMDGPU.tex.ll R600: Add lit tests for texture sampling instruction selection. 2013-02-14 07:43:51 +00:00
llvm.AMDGPU.trunc.ll Add R600 backend 2012-12-11 21:25:42 +00:00
llvm.cos.ll Add R600 backend 2012-12-11 21:25:42 +00:00
llvm.pow.ll R600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730 2013-03-22 15:24:16 +00:00
llvm.SI.fs.interp.constant.ll R600/SI: Add processor types for each SI variant 2013-04-05 23:31:35 +00:00
llvm.SI.sample.ll R600/SI: dynamical figure out the reg class of MIMG 2013-04-10 08:39:16 +00:00
llvm.sin.ll Add R600 backend 2012-12-11 21:25:42 +00:00
load.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
loop-address.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
lshl.ll R600/SI: Add processor types for each SI variant 2013-04-05 23:31:35 +00:00
lshr.ll R600/SI: Add processor types for each SI variant 2013-04-05 23:31:35 +00:00
mulhu.ll R600/SI: Add processor types for each SI variant 2013-04-05 23:31:35 +00:00
predicates.ll R600: Add support for native control flow 2013-04-01 21:48:05 +00:00
README R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
reciprocal.ll Add R600 backend 2012-12-11 21:25:42 +00:00
schedule-fs-loop-nested-if.ll llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts. 2013-03-11 23:16:30 +00:00
schedule-fs-loop-nested.ll llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts. 2013-03-11 23:16:30 +00:00
schedule-fs-loop.ll llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts. 2013-03-11 23:16:30 +00:00
schedule-if-2.ll llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts. 2013-03-11 23:16:30 +00:00
schedule-if.ll llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts. 2013-03-11 23:16:30 +00:00
schedule-vs-if-nested-loop.ll llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts. 2013-03-11 23:16:30 +00:00
sdiv.ll R600: Add CF_END 2013-04-23 17:34:00 +00:00
selectcc-cnd.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
selectcc-cnde-int.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
selectcc-icmp-select-float.ll R600: Fix assembly name for SETGT_INT 2013-02-07 14:02:27 +00:00
selectcc-opt.ll R600: Optimize another selectcc case 2013-03-08 15:37:11 +00:00
set-dx10.ll R600: Add support for SET*_DX10 instructions 2013-02-07 14:02:35 +00:00
setcc.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
seto.ll R600/SI: Add processor types for each SI variant 2013-04-05 23:31:35 +00:00
setuo.ll R600/SI: Add processor types for each SI variant 2013-04-05 23:31:35 +00:00
short-args.ll R600: Emit function name in the AsmPrinter 2013-02-05 17:09:11 +00:00
sint_to_fp.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
store.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
store.r600.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
udiv.ll R600: Add CF_END 2013-04-23 17:34:00 +00:00
uint_to_fp.ll R600: Reorganize lit tests and document how they should be organized 2013-04-19 02:10:53 +00:00
unsupported-cc.ll R600: Add support for SET*_DX10 instructions 2013-02-07 14:02:35 +00:00
urecip.ll R600/SI: Add pattern for AMDGPUurecip 2013-04-10 17:17:56 +00:00
urem.ll R600: Add CF_END 2013-04-23 17:34:00 +00:00

+==============================================================================+
| How to organize the lit tests                                                |
+==============================================================================+

- If you write a test for matching a single DAG opcode or intrinsic, it should
  go in a file called {opcode_name,intrinsic_name}.ll (e.g. fadd.ll)

- If you write a test that matches several DAG opcodes and checks for a single
  ISA instruction, then that test should go in a file called {ISA_name}.ll (e.g.
  bfi_int.ll

- For all other tests, use your best judgement for organizing tests and naming
  the files.

+==============================================================================+
| Naming conventions                                                           |
+==============================================================================+

- Use dash '-' and not underscore '_' to separate words in file names, unless
  the file is named after a DAG opcode or ISA instruction that has an
  underscore '_' in its name.