[PATCH] D94230: [AArch64][SVE] Add SVE IR pass to coalesce ptrue instrinsic calls

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 29 01:58:59 PST 2021


CarolineConcatto added inline comments.


================
Comment at: llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp:444
   bool Changed = false;
+
   SmallSetVector<Function *, 4> Functions;
----------------
nit


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94230/new/

https://reviews.llvm.org/D94230



More information about the llvm-commits mailing list