[PATCH] D109311: [AArch64][SVE] Implement all-inactive predicate with PFALSE.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 6 06:05:55 PDT 2021


sdesmalen marked an inline comment as done.
sdesmalen 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
     }
----------------
georges wrote:
> can remove this todo now?
good spot, thanks.


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