[PATCH] D101302: [AArch64][SVE] Move convert.{from,to}.svbool optimization into InstCombine

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 06:45:47 PDT 2021


DavidSpickett added a comment.

Since this change I get this warning when building:

  [91/249] Building CXX object lib/Targ...h64CodeGen.dir/SVEIntrinsicOpts.cpp.o
  /work/open_source/lldb-cross-compile/llvm-project/llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp:96:16: warning: ‘static llvm::IntrinsicInst* {anonymous}::SVEIntrinsicOpts::isReinterpretToSVBool(llvm::Value*)’ defined but not used [-Wunused-function]
     96 | IntrinsicInst *SVEIntrinsicOpts::isReinterpretToSVBool(Value *V) {
        |                ^~~~~~~~~~~~~~~~

FYI in case you meant to remove/still make use of that function.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101302



More information about the llvm-commits mailing list