OSDN Git Service

[X86][BMI] Added fast-isel tests for BMI1 intrinsics
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 12 Jun 2016 09:56:05 +0000 (09:56 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 12 Jun 2016 09:56:05 +0000 (09:56 +0000)
commite4f64b2456538aa3825ee8b169899f1b077bbf01
tree61d977a3cd90872199d2ba1eee9ec42a8c7003ab
parent466d0a3f2a8dd442fd787300413b64103e0b9a4f
[X86][BMI] Added fast-isel tests for BMI1 intrinsics

A lot of the codegen is pretty awful for these as they are mostly implemented as generic bit twiddling ops

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272508 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/bmi-intrinsics-fast-isel-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/bmi-intrinsics-fast-isel.ll [new file with mode: 0644]