[PATCH] D150316: [AArch64][InstCombine] Don't scalarize for bitselet instructions

Pranav Kant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 15:21:12 PDT 2023


pranavk added inline comments.


================
Comment at: llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp:74
+          if (C->isAllOnesValue()) {
+            llvm::outs() << "return false from cheap\n";
+            return false;
----------------
oops. this doesn't belong here


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150316



More information about the llvm-commits mailing list