aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm12/files/patch-llvm_include_llvm_Analysis_TargetTransformInfo.h
blob: 07cad777ea24cc08a2de81b67d75421a0870f3aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- llvm/include/llvm/Analysis/TargetTransformInfo.h.orig	2021-06-28 16:23:38 UTC
+++ llvm/include/llvm/Analysis/TargetTransformInfo.h
@@ -94,6 +94,7 @@ struct HardwareLoopInfo {
   Loop *L = nullptr;
   BasicBlock *ExitBlock = nullptr;
   BranchInst *ExitBranch = nullptr;
+  const SCEV *ExitCount = nullptr;
   const SCEV *TripCount = nullptr;
   IntegerType *CountType = nullptr;
   Value *LoopDecrement = nullptr; // Decrement the loop counter by this