[all-commits] [llvm/llvm-project] 56bf0b: [X86] Add an assert that v32i16/v64i8 splitting in...

topperc via All-commits all-commits at lists.llvm.org
Sat May 9 11:24:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 56bf0b58c24c4292a2345e646298f5aba67dffb5
      https://github.com/llvm/llvm-project/commit/56bf0b58c24c4292a2345e646298f5aba67dffb5
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-05-09 (Sat, 09 May 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] Add an assert that v32i16/v64i8 splitting in LowerVSETCC should only occur when AVX512BW is disabled. NFC

With BWI we should only get a v32i1/v64i1 result type.




More information about the All-commits mailing list