[PATCH] D84922: [X86][AVX512] Fix build fail after D81548

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 02:42:12 PDT 2020


RKSimon added inline comments.


================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:38442
       if (SDValue V =
               combineBitcastToBoolVector(VT, N0, SDLoc(N), DAG, Subtarget))
         return V;
----------------
We might be able to recover from some of the regressions if we can use this before legalization as well?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84922



More information about the llvm-commits mailing list