[PATCH] D34605: [GlobalISel][X86] Support bitwise operations : G_AND, G_OR, G_XOR
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 28 04:39:19 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL306533: [GlobalISel][X86] Support bitwise operations : G_AND, G_OR, G_XOR (authored by ibreger).
Changed prior to commit:
https://reviews.llvm.org/D34605?vs=103869&id=104383#toc
Repository:
rL LLVM
https://reviews.llvm.org/D34605
Files:
llvm/trunk/lib/Target/X86/X86LegalizerInfo.cpp
llvm/trunk/test/CodeGen/X86/GlobalISel/and-scalar.ll
llvm/trunk/test/CodeGen/X86/GlobalISel/legalize-and-scalar.mir
llvm/trunk/test/CodeGen/X86/GlobalISel/legalize-or-scalar.mir
llvm/trunk/test/CodeGen/X86/GlobalISel/legalize-xor-scalar.mir
llvm/trunk/test/CodeGen/X86/GlobalISel/or-scalar.ll
llvm/trunk/test/CodeGen/X86/GlobalISel/regbankselect-X86_64.mir
llvm/trunk/test/CodeGen/X86/GlobalISel/select-and-scalar.mir
llvm/trunk/test/CodeGen/X86/GlobalISel/select-or-scalar.mir
llvm/trunk/test/CodeGen/X86/GlobalISel/select-xor-scalar.mir
llvm/trunk/test/CodeGen/X86/GlobalISel/xor-scalar.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34605.104383.patch
Type: text/x-patch
Size: 31842 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170628/60fe7cf2/attachment.bin>
More information about the llvm-commits
mailing list