[all-commits] [llvm/llvm-project] 114f04: [X86] Use EVT::getIntegerVT instead of MVT::getInt...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Nov 12 21:52:32 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 114f0446405a0828037dbc3b5f506f92dd25ab7f
      https://github.com/llvm/llvm-project/commit/114f0446405a0828037dbc3b5f506f92dd25ab7f
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2020-11-12 (Thu, 12 Nov 2020)

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

  Log Message:
  -----------
  [X86] Use EVT::getIntegerVT instead of MVT::getIntegerVT where the type can be i2 or i4.

This was a mistake introduced in D91294. I'm not sure how to
exercise this with the existing code, but I hit it while trying
some follow up experiments.




More information about the All-commits mailing list