Question about avx512

Hi.

This is my test code.
model is resnet50, target = llvm -mcpu=cascadelake

I want to know that avx512 is being used.

in this figure, the if statement is not used. (i think that is related avx512)

Why this happen and how can i go inside if statement??