Skip to content
  • Elena Demikhovsky's avatar
    AVX-512: Removed "z" suffix from AVX-512 instructions, since it is incompatible with GCC. · cf088098
    Elena Demikhovsky authored
    I moved a test from avx512-vbroadcast-crash.ll to avx512-vbroadcast.ll
    I defined HasAVX512 predicate as AssemblerPredicate. It means that you should invoke llvm-mc with "-mcpu=knl" to get encoding for AVX-512 instructions. I need this to let AsmMatcher to set different encoding for AVX and AVX-512 instructions that have the same mnemonic and operands (all scalar instructions).
    
    llvm-svn: 197041
    cf088098
Loading