Seeing some issues for windows debug pathological cases with collectBitParts
recursion (1525 levels of recursion!)
Setting the limit to 64 as this should be sufficient - passes all lit cases
Details
Details
- Reviewers
jmolloy - Commits
- rZORG09498124b150: [CodeGenPrepare] Limit recursion depth for collectBitParts
rZORG1d8d5e7b3c57: [CodeGenPrepare] Limit recursion depth for collectBitParts
rG09498124b150: [CodeGenPrepare] Limit recursion depth for collectBitParts
rG1d8d5e7b3c57: [CodeGenPrepare] Limit recursion depth for collectBitParts
rG411488b11edf: [CodeGenPrepare] Limit recursion depth for collectBitParts
rL360347: [CodeGenPrepare] Limit recursion depth for collectBitParts
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Please clang-format. There should be a space between the + operator and its operands.