[PATCH] D48606: [X86] Use bts/btr/btc for single bit set/clear/complement of a variable bit position
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 26 14:40:36 PDT 2018
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/btc_bts_btr.ll:3
+; RUN: llc < %s -mtriple=x86_64-pc-linux | FileCheck %s --check-prefix=X86
+; RUN: llc < %s -mtriple=i386-pc-linux | FileCheck %s --check-prefix=X64
+
----------------
RKSimon wrote:
> Aren't X86/X64 the wrong way around?
Sorry - old revision!
https://reviews.llvm.org/D48606
More information about the llvm-commits
mailing list