[all-commits] [llvm/llvm-project] 2bfca3: [X86] Disable combineVectorSizedSetCCEquality for ...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Jul 4 08:33:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2bfca35614661bb60ef379f4866a32c4c19481e4
      https://github.com/llvm/llvm-project/commit/2bfca35614661bb60ef379f4866a32c4c19481e4
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-07-04 (Mon, 04 Jul 2022)

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

  Log Message:
  -----------
  [X86] Disable combineVectorSizedSetCCEquality for soft float.

The vector types aren't legal with soft float.
Also disable under NoImplicitFloat for good measure.

Fixes PR56351.

Differential Revision: https://reviews.llvm.org/D129060




More information about the All-commits mailing list