[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)
commit4b2bd5ff5e7e6e34deaf6461a0c0e7d714e63b43
tree74fed98eddfe183731912079cafdbcaad14d4696
parenteff4fc0d411ed8b5ca4c2dc410feb8659c998afb
[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.

llvm-svn: 316320
llvm/test/CodeGen/X86/replace-load-and-with-bzhi.ll [new file with mode: 0644]