[all-commits] [llvm/llvm-project] b68b94: [Support] Add MVT::getDoubleNumVectorElementsVT he...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Apr 17 06:42:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b68b94f6f40b4f5d89fc3bba819c2d134ff4fc69
      https://github.com/llvm/llvm-project/commit/b68b94f6f40b4f5d89fc3bba819c2d134ff4fc69
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
    M llvm/include/llvm/Support/MachineValueType.h
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [Support] Add MVT::getDoubleNumVectorElementsVT helper.

Matches the equivalent EVT::getDoubleNumVectorElementsVT helper.

This allows us to consistently MVT instead of EVT in the combinePTESTCC method.




More information about the All-commits mailing list