[PATCH] D110606: [X86][FP16] Fix a bug when Combine the FADD(A, FMA(B, C, 0)) to FMA(B, C, A).
LiuChen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 27 20:14:05 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 ]
LiuChen3 updated this revision to Diff 375462.
LiuChen3 added a comment.
Fix check-all fail.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110606/new/
https://reviews.llvm.org/D110606
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/avx512fp16-combine-vfmac-fadd.ll
llvm/test/CodeGen/X86/avx512fp16-combine-vfmulc-fadd.ll
llvm/test/CodeGen/X86/avx512fp16-combine-xor-vfmulc-fadd.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110606.375462.patch
Type: text/x-patch
Size: 11398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210928/82638cad/attachment.bin>
- 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