[all-commits] [llvm/llvm-project] a9e939: [CodeGen] Removes unwanted optimisation for Target...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Jan 15 11:53:30 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a9e939760c6f21476109559cc3e21779bddddaff
      https://github.com/llvm/llvm-project/commit/a9e939760c6f21476109559cc3e21779bddddaff
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-01-15 (Fri, 15 Jan 2021)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

  Log Message:
  -----------
  [CodeGen] Removes unwanted optimisation for TargetConstantFP

This 'FIXME' popped up in the development of an out-of-tree backend.
Quick fix, but first llvm upstream patch, therefore I do not have commit rights, so if approved please commit?

- Test is not included as this came up in an out-of-tree backend (if required, please hint on how to test this).

Patch by simveg (Simon)

Reviewed By: craig.topper

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




More information about the All-commits mailing list