]> granicus.if.org Git - llvm/commit
[X86] Add test for opportunity to use bzhi X86 instruction instead of load+and instru...
authorAyman Musa <ayman.musa@intel.com>
Mon, 23 Oct 2017 10:24:19 +0000 (10:24 +0000)
committerAyman Musa <ayman.musa@intel.com>
Mon, 23 Oct 2017 10:24:19 +0000 (10:24 +0000)
commitdffb16621659f503c88d55faeca3bd7dfd21a909
tree5efe61e03a4b1f827c53faacf2e31a66ba60f125
parenta81c79be2fb5791ffc535d808dda8480c3ec2298
[X86] Add test for opportunity to use bzhi X86 instruction instead of load+and instructions.

Transformation uploaded for CR in https://reviews.llvm.org/D34141.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316320 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/replace-load-and-with-bzhi.ll [new file with mode: 0644]