Storage for information about made changes.
Declared in <llvm/Transforms/Vectorize/LoopVectorize.h>
struct LoopVectorizeResult;
| Name | Description |
|---|---|
LoopVectorizeResult [constructor] | Construct a result recording whether any change and CFG change occurred. |
| Name | Description |
|---|---|
MadeAnyChange | Whether the pass made any IR change. |
MadeCFGChange | Whether the pass made a change that affects the CFG. |