Enabling the patch 'an improvement for non-negative phi bits' by default.
The patch was originally checked in under a flag: https://reviews.llvm.org/D18777
Performance issues were resolved. Enabling the patch as is.
Details
Details
- Reviewers
sanjoy reames hfinkel - Commits
- rG4d5e34b221d1: [ValueTracking] Adding missed lit-test for commit r316208
rGfa8c5514c52b: [ValueTracking] Enabling ValueTracking patch by default (recommit #2 after…
rG1f626cd2ebc6: [ValueTracking] Enabling ValueTracking patch by default (recommit). Part 1.
rGd97136c182a5: [ValueTracking] Enabling ValueTracking patch by default (recommit). Part 2.
rG77b5536e4e76: [ValueTracking] Enabling existing ValueTracking patch by default.
rL321792: [ValueTracking] Adding missed lit-test for commit r316208
rC310582: [ValueTracking] Enabling ValueTracking patch by default (recommit). Part 1.
rL316208: [ValueTracking] Enabling ValueTracking patch by default
rL310583: [ValueTracking] Enabling ValueTracking patch by default (recommit). Part 2.
rL310582: [ValueTracking] Enabling ValueTracking patch by default (recommit). Part 1.
rL306528: [ValueTracking] Enabling existing ValueTracking patch by default.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Commit was reverted due to failing clang test.
After commit was reverted the test that was supposed to check my change was deleted from testing system.
So I'm uploading a new path.
The changes in lib/Analysis/ValueTracking.cpp are the same.
New changes:
I've fixed clang test: tools/clang/test/Frontend/optimization-remark-options.c
And added a new test in test/Analysis/ValueTracking folder, that checks my change.
Please review the updated patch.
Thanks in advance.
Comment Actions
Adding Hal Finkel as he was the last person updating llvm/tools/clang/test/Frontend/optimization-remark-options.c