[llvm] [SLP]Emit actual bitwidth for analyzed MinBitwidth nodes, NFCI. (PR #71536)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 07:43:22 PST 2023


================
@@ -7892,6 +7892,30 @@ BoUpSLP::getEntryCost(const TreeEntry *E, ArrayRef<Value *> VectorizedVals,
       continue;
     UsedScalars.set(I);
   }
+  auto GetCastGontextHint = [&](Value *V) {
----------------
RKSimon wrote:

GetCastGontextHint -> GetCastContextHint

https://github.com/llvm/llvm-project/pull/71536


More information about the llvm-commits mailing list