[all-commits] [llvm/llvm-project] ac16ea: [SPARC] Fix SELECT_REG emission for f128s

Koakuma via All-commits all-commits at lists.llvm.org
Thu Dec 22 10:53:15 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ac16ea89dbcfc362c6bef841ab543df08bf9e6ec
      https://github.com/llvm/llvm-project/commit/ac16ea89dbcfc362c6bef841ab543df08bf9e6ec
  Author: Koakuma <koachan at protonmail.com>
  Date:   2022-12-22 (Thu, 22 Dec 2022)

  Changed paths:
    M llvm/lib/Target/Sparc/SparcISelLowering.cpp
    A llvm/test/CodeGen/SPARC/fp128-select.ll

  Log Message:
  -----------
  [SPARC] Fix SELECT_REG emission for f128s

In LowerSELECT_CC, SELECT_REG between two f128s should only be emitted if we
have hardware quadfloat enabled.

This should fix issue #59646

Reviewed By: arsenm

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




More information about the All-commits mailing list