Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions llvm/lib/Analysis/IVDescriptors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,7 @@ unsigned RecurrenceDescriptor::getOpcode(RecurKind Kind) {
case RecurKind::FindLastIVUMax:
// TODO: Set AnyOf and FindIV to Instruction::Select once in-loop reductions
// are supported.
llvm_unreachable("AnyOf and FindIV do not support in-loop");
default:
llvm_unreachable("Unknown recurrence operation");
}
Expand Down
Loading