[PATCH] D34605: [GlobalISel][X86] Support bitwise operations : G_AND, G_OR, G_XOR

Igor Breger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 04:11:27 PDT 2017


igorb marked 2 inline comments as done.
igorb added inline comments.


================
Comment at: test/CodeGen/X86/GlobalISel/and-scalar.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=x86_64-linux-gnu -global-isel -verify-machineinstrs < %s -o - | FileCheck %s --check-prefix=ALL --check-prefix=X64
+
----------------
aymanmus wrote:
> Add 32-bit run maybe?
> remove --check-prefix as you check only ALL
- to support 64bit operation on 32bit platform require separate patch  to implement NarrowScalar action for AND/OR/XOR, not supported yet.  
- going to remove unused check-prefix.
Thanks.


https://reviews.llvm.org/D34605





More information about the llvm-commits mailing list