[PATCH] D85149: [FastISel] Don't transform FSUB(-0, X) -> FNEG(X) in FastISel
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 12:05:06 PDT 2020
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/X86/fast-isel-fneg.ll:31
define float @foo(float %x) nounwind {
; CHECK-LABEL: foo:
----------------
The test names here are garbage but that's a preexisting problem
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85149/new/
https://reviews.llvm.org/D85149
More information about the llvm-commits
mailing list