File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
- ; RUN: llc < %s -mtriple=i686-- -mattr=+bmi | FileCheck %s --check-prefixes=X86
3
- ; RUN: llc < %s -mtriple=x86_64-- -mattr=+bmi | FileCheck %s --check-prefixes=X64
2
+ ; RUN: llc < %s -mtriple=i686-- -mattr=-bmi | FileCheck %s --check-prefixes=X86,X86-NOBMI
3
+ ; RUN: llc < %s -mtriple=i686-- -mattr=+bmi | FileCheck %s --check-prefixes=X86,X86-BMI
4
+ ; RUN: llc < %s -mtriple=x86_64-- -mattr=-bmi | FileCheck %s --check-prefixes=X64,X64-NOBMI
5
+ ; RUN: llc < %s -mtriple=x86_64-- -mattr=+bmi | FileCheck %s --check-prefixes=X64,X64-BMI
4
6
5
7
; TODO - PR112425 - attempt to reconstruct andnot patterns through bitwise-agnostic operations
6
8
@@ -624,3 +626,8 @@ define i8 @andnot_bitreverse_i8(i8 %a0, i8 %a1) nounwind {
624
626
%and = and i8 %bitrev , %a0
625
627
ret i8 %and
626
628
}
629
+ ;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
630
+ ; X64-BMI: {{.*}}
631
+ ; X64-NOBMI: {{.*}}
632
+ ; X86-BMI: {{.*}}
633
+ ; X86-NOBMI: {{.*}}
You can’t perform that action at this time.
0 commit comments