[all-commits] [llvm/llvm-project] 0f2b47: [FastISel] Don't transform FSUB(-0, X) -> FNEG(X) ...
Cameron McInally via All-commits
all-commits at lists.llvm.org
Tue Aug 4 12:43:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0f2b47b6da0be5e5a597a274bd5c2ae18cc406bd
https://github.com/llvm/llvm-project/commit/0f2b47b6da0be5e5a597a274bd5c2ae18cc406bd
Author: Cameron McInally <mcinally at cray.com>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
R llvm/test/CodeGen/X86/fast-isel-fneg-kill.ll
M llvm/test/CodeGen/X86/fast-isel-fneg.ll
Log Message:
-----------
[FastISel] Don't transform FSUB(-0, X) -> FNEG(X) in FastISel
This corresponds with the SelectionDAGISel change in D84056.
Also, rename some poorly named tests in CodeGen/X86/fast-isel-fneg.ll with NFC.
Differential Revision: https://reviews.llvm.org/D85149
More information about the All-commits
mailing list