mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 16:24:23 +00:00
Refactor RecurrenceInstDesc
Moved RecurrenceInstDesc into RecurrenceDescriptor to simplify the namespaces. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239862 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -3098,7 +3098,7 @@ void InnerLoopVectorizer::vectorizeLoop() {
|
||||
RecurrenceDescriptor::RecurrenceKind RK = RdxDesc.getRecurrenceKind();
|
||||
TrackingVH<Value> ReductionStartValue = RdxDesc.getRecurrenceStartValue();
|
||||
Instruction *LoopExitInst = RdxDesc.getLoopExitInstr();
|
||||
RecurrenceInstDesc::MinMaxRecurrenceKind MinMaxKind =
|
||||
RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind =
|
||||
RdxDesc.getMinMaxRecurrenceKind();
|
||||
setDebugLocFromInst(Builder, ReductionStartValue);
|
||||
|
||||
|
Reference in New Issue
Block a user