[PATCH] D105889: [AArch64][SVE] Break false dependencies for inactive lanes of unary operations
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 16 16:55:04 PDT 2021
efriedma added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp:442
-#ifndef NDEBUG
// MOVPRFX can only be used if the destination operand
----------------
This "#ifndef NDEBUG" is probably still necessary.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105889/new/
https://reviews.llvm.org/D105889
More information about the llvm-commits
mailing list