[PATCH] D142998: [SVE][codegen] Add test case for a fused multiply-add (NFC)
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 02:36:57 PST 2023
SjoerdMeijer added a comment.
In D142998#4095916 <https://reviews.llvm.org/D142998#4095916>, @sushgokh wrote:
> I tried seperating (1,2) and (3,4) as you say above. However, mla->mad is side effect of implementing (1) and this makes seperating (1) and (4) a difficult thing unless we introduce some hacks to do so
Ok, I will need to understand better why we can't separate things. But I will go back to the other patch for that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142998/new/
https://reviews.llvm.org/D142998
More information about the llvm-commits
mailing list