llvm-6502/test/CodeGen/PTX
Justin Holewinski 8af78c9cf8 PTX: Fix various codegen issues
- Emit mad instead of mad.rn for shader model 1.0
- Emit explicit mov.u32 instructions for reading global variables
- (most PTX instructions cannot take global variable immediates)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127895 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-18 19:24:28 +00:00
..
add.ll
bra.ll ptx: add unconditional and conditional branch 2011-03-18 11:08:52 +00:00
dg.exp
exit.ll
fdiv-sm10.ll
fdiv-sm13.ll
intrinsic.ll PTX: Set PTX 2.0 as the minimum supported version 2011-03-15 13:24:15 +00:00
ld.ll PTX: Fix various codegen issues 2011-03-18 19:24:28 +00:00
llvm-intrinsic.ll PTX: Add support for sqrt/sin/cos intrinsics 2011-03-14 14:09:33 +00:00
mad.ll PTX: Fix various codegen issues 2011-03-18 19:24:28 +00:00
mov.ll
mul.ll
options.ll PTX: Set PTX 2.0 as the minimum supported version 2011-03-15 13:24:15 +00:00
parameter-order.ll ptx: fix parameter order that is reversed 2011-03-18 11:23:56 +00:00
ret.ll
setp.ll ptx: add set.p instruction and related changes to predicate execution 2011-03-14 11:26:01 +00:00
shl.ll
shr.ll
st.ll PTX: Fix various codegen issues 2011-03-18 19:24:28 +00:00
sub.ll