[PATCH] D73555: [SVE] Fix bug in simplification of scalable vector instructions

Ana Pazos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 11:17:13 PST 2020


apazos added inline comments.


================
Comment at: llvm/lib/Analysis/ValueTracking.cpp:172
+  if (Shuf->getMask()->getType()->getVectorElementCount().Scalable)
+    return false;
+
----------------
I see this line changed because of the conflict with https://reviews.llvm.org/D73435. Thanks for fixing it. LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73555





More information about the llvm-commits mailing list