[PATCH] D85149: [FastISel] Don't transform FSUB(-0, X) -> FNEG(X) in FastISel

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 12:17:12 PDT 2020


cameron.mcinally added inline comments.


================
Comment at: llvm/test/CodeGen/X86/fast-isel-fneg.ll:31
 
 define float @foo(float %x) nounwind {
 ; CHECK-LABEL: foo:
----------------
arsenm wrote:
> The test names here are garbage but that's a preexisting problem
Good catch. Will update. And there are 2 redundant tests too, which I will remove.


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