[all-commits] [llvm/llvm-project] cf20fd: [X86] Remove a couple unnecessary calls to Convert...

topperc via All-commits all-commits at lists.llvm.org
Sun Feb 2 21:36:58 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cf20fde1d1d7be900ab88cbcddc88f58f1833e6f
      https://github.com/llvm/llvm-project/commit/cf20fde1d1d7be900ab88cbcddc88f58f1833e6f
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

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

  Log Message:
  -----------
  [X86] Remove a couple unnecessary calls to ConvertCmpIfNecessary.

We only need to call this on floating point comparisons. In this
case these are known to be integer compares. One of them even
has a SUB opcode instead of CMP.




More information about the All-commits mailing list