manosanag updated this revision to Diff 556154.
manosanag added a comment.
Updated Options.td to provide visibility for the options, because
it caused a regression for my fortran tests after rebasing to
current llvm main branch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
manosanag added a comment.
Hello Dave,
thanks for replying.
Yes, this is an optimization.
On some AArch64 cores, including Ampere's ampere1 architecture that this is
targeted for, load/store pair instructions are faster compared to simple
loads/stores only when the alignment of the pair is at
manosanag added a comment.
Moved to https://github.com/llvm/llvm-project/pull/66098.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159480/new/
https://reviews.llvm.org/D159480
___
cfe-commits mailing lis
manosanag created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a reviewer: sscalpone.
Herald added a project: All.
manosanag requested review of this revision.
Herald added subscribers: llvm-commits, cfe-commits, MaskRay.
Herald added projects: clang, LLVM.
This