llvm-6502/test/CodeGen/PTX
Che-Liang Chiou fd8978b021 Extend initial support for primitive types in PTX backend
- Allow i16, i32, i64, float, and double types, using the native .u16,
  .u32, .u64, .f32, and .f64 PTX types.
- Allow loading/storing of all primitive types.
- Allow primitive types to be passed as parameters.
- Allow selection of PTX Version and Shader Model as sub-target attributes.
- Merge integer/floating-point test cases for load/store.
- Use .u32 instead of .s32 to conform to output from NVidia nvcc compiler.

Patch by Justin Holewinski



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126824 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-02 03:20:28 +00:00
..
add.ll Extend initial support for primitive types in PTX backend 2011-03-02 03:20:28 +00:00
dg.exp
exit.ll ptx: add passing parameter to kernel functions 2011-02-10 12:01:24 +00:00
ld.ll Extend initial support for primitive types in PTX backend 2011-03-02 03:20:28 +00:00
mov.ll Extend initial support for primitive types in PTX backend 2011-03-02 03:20:28 +00:00
mul.ll Extend initial support for primitive types in PTX backend 2011-03-02 03:20:28 +00:00
options.ll Extend initial support for primitive types in PTX backend 2011-03-02 03:20:28 +00:00
ret.ll Add simple arithmetics and %type directive for PTX 2010-11-17 08:08:49 +00:00
shl.ll ptx: add shift instructions 2010-12-06 04:00:03 +00:00
shr.ll ptx: add shift instructions 2010-12-06 04:00:03 +00:00
st.ll Extend initial support for primitive types in PTX backend 2011-03-02 03:20:28 +00:00
sub.ll Extend initial support for primitive types in PTX backend 2011-03-02 03:20:28 +00:00