1 ; RUN: llc -mtriple=x86_64-pc-linux -mattr=+avx512f --show-mc-encoding < %s | FileCheck %s
6 ; CHECK-NOT: andb {{.*}} # encoding: [0x82,
7 define i1 @foo(i1 %i) nounwind {
9 br i1 %i, label %if, label %else
16 %ret = phi i1 [%r, %if], [true, %entry]