PTX: support for bitwise operations on predicates
authorJustin Holewinski <justin.holewinski@gmail.com>
Thu, 28 Apr 2011 00:19:51 +0000 (00:19 +0000)
committerJustin Holewinski <justin.holewinski@gmail.com>
Thu, 28 Apr 2011 00:19:51 +0000 (00:19 +0000)
commit5a3cb924c6b9685429042e189d743f70a775548c
tree2cfef35ebd4b52b79f6bf7ef45d5fb44d261ad24
parent9583a86ba822602e25a8fcc8e9035ac5a4f9ce8c
PTX: support for bitwise operations on predicates

- selection of bitwise preds (AND, OR, XOR)
- new bitwise.ll test

Patch by Dan Bailey

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130353 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PTX/PTXInstrInfo.td
test/CodeGen/PTX/bitwise.ll [new file with mode: 0644]