[all-commits] [llvm/llvm-project] 88dacb: [X86] Go back to considering v64i1 as a legal type...

topperc via All-commits all-commits at lists.llvm.org
Tue Dec 10 15:08:15 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 88dacbd43625cf7aad8a01c0c3b92142c4dc0970
      https://github.com/llvm/llvm-project/commit/88dacbd43625cf7aad8a01c0c3b92142c4dc0970
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/min-legal-vector-width.ll

  Log Message:
  -----------
  [X86] Go back to considering v64i1 as a legal type under min-legal-vector-width=256. Scalarize v64i1 arguments and shuffles under min-legal-vector-width=256.

This reverts 3e1aee2ba717529b651a79ed4fc7e7147358043f in favor
of a different approach.

Scalarizing isn't great codegen, but making the type illegal was
interfering with k constraint in inline assembly.




More information about the All-commits mailing list