diff options
author | Alexey Bataev <a.bataev@outlook.com> | 2023-09-22 07:53:36 -0700 |
---|---|---|
committer | Alexey Bataev <a.bataev@outlook.com> | 2023-09-22 07:55:43 -0700 |
commit | 7ff83ed6cda068d99ec2926216d9868754da6e79 (patch) | |
tree | a6f5c2dcfc86a3370a3b5a576ccb334e92a07408 /clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp | |
parent | bb01fd57bcaec533cd08b4d107979511d893f5b3 (diff) | |
download | llvm-7ff83ed6cda068d99ec2926216d9868754da6e79.zip llvm-7ff83ed6cda068d99ec2926216d9868754da6e79.tar.gz llvm-7ff83ed6cda068d99ec2926216d9868754da6e79.tar.bz2 |
[SLP]Do not try to reorder possible strided nodes.
Reordering of possible strided nodes in bottom-to-top order requires
top-to-bottom reordering of the operands of such nodes, which is not
supported. Need to disable reordering of strided operands to avoid
compiler crashes.
Diffstat (limited to 'clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp')
0 files changed, 0 insertions, 0 deletions