[all-commits] [llvm/llvm-project] 714265: [X86] Replace a bad use of MVT::getVectorVT with E...

topperc via All-commits all-commits at lists.llvm.org
Thu Feb 20 12:26:55 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 714265dabb606bfef2f85694234f152edbfa91ac
      https://github.com/llvm/llvm-project/commit/714265dabb606bfef2f85694234f152edbfa91ac
  Author: Quentin Colombet <qcolombet at apple.com>
  Date:   2020-02-20 (Thu, 20 Feb 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    A llvm/test/CodeGen/X86/pr44976.ll

  Log Message:
  -----------
  [X86] Replace a bad use of MVT::getVectorVT with EVT::getVectorVT

The type here isn't guaranteed to be a simple type.

Fixes PR44976




More information about the All-commits mailing list