[all-commits] [llvm/llvm-project] 9d4bcc: [X86] Merge the last of the useBWIRegs() section i...

topperc via All-commits all-commits at lists.llvm.org
Wed Apr 29 14:41:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d4bcc3a60a8bdc712e62ebb51b7e12425888bad
      https://github.com/llvm/llvm-project/commit/9d4bcc3a60a8bdc712e62ebb51b7e12425888bad
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

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

  Log Message:
  -----------
  [X86] Merge the last of the useBWIRegs() section into the useAVX512Regs() section of the X86TargetLowering constructor. NFC

This section is the remnant of how this code was structured before
we made v32i16/v64i8 legal types with avx512f when not restricting
to 256 bit vectors. Now that there are just a few items left,
merge them near similar things in the other section.




More information about the All-commits mailing list