[PATCH] D109311: [AArch64][SVE] Implement all-inactive predicate with PFALSE.
George Steed via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 6 05:34:20 PDT 2021
georges added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:9650
return getPTrue(DAG, dl, VT, AArch64SVEPredPattern::all);
// TODO: Add special case for constant false
}
----------------
can remove this todo now?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109311/new/
https://reviews.llvm.org/D109311
More information about the llvm-commits
mailing list