[PATCH] D155428: [AArch64] Force streaming-compatible codegen when attributes are set.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 23:08:06 PDT 2023
dmgreen added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64Subtarget.cpp:480
bool AArch64Subtarget::isNeonAvailable() const {
if (!hasNEON())
----------------
Is there a reason why we don't do this "properly" (with quotes) by having the neon feature disabled when SSVE is being used?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155428/new/
https://reviews.llvm.org/D155428
More information about the llvm-commits
mailing list