[PATCH] D106653: [LoopVectorize][AArch64] Enable ordered reductions by default for AArch64
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 18 05:27:49 PDT 2021
david-arm updated this revision to Diff 367181.
david-arm added a comment.
- Just spotted a bug in enableOrderedReductions and fixed it. This was fixed in the patch I was using for performance testing. :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106653/new/
https://reviews.llvm.org/D106653
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll
llvm/test/Transforms/LoopVectorize/AArch64/strict-fadd.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106653.367181.patch
Type: text/x-patch
Size: 7595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210818/ad331a53/attachment.bin>
More information about the llvm-commits
mailing list