Skip to content

llvm/lib/CodeGen/TargetSchedule.cpp:132:12: warning: Assert statement modifies 'NIter' #90328

Closed
@dcb314

Description

@dcb314

Source code is

assert(++NIter < 6 && "Variants are nested deeper than the magic number");

Suggest avoid modifying variables in assert statements.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions