[PATCH] D110606: [X86][FP16] Fix a bug when Combine the FADD(A, FMA(B, C, 0)) to FMA(B, C, A).
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 27 19:28:43 PDT 2021
- Previous message: [PATCH] D110606: [X86][FP16] Fix a bug when Combine the FADD(A, FMA(B, C, 0)) to FMA(B, C, A).
- Next message: [PATCH] D110606: [X86][FP16] Fix a bug when Combine the FADD(A, FMA(B, C, 0)) to FMA(B, C, A).
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
pengfei accepted this revision.
pengfei added a comment.
This revision is now accepted and ready to land.
My fault. I missed to change here. Thanks Chen! LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110606/new/
https://reviews.llvm.org/D110606
- Previous message: [PATCH] D110606: [X86][FP16] Fix a bug when Combine the FADD(A, FMA(B, C, 0)) to FMA(B, C, A).
- Next message: [PATCH] D110606: [X86][FP16] Fix a bug when Combine the FADD(A, FMA(B, C, 0)) to FMA(B, C, A).
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list