This patch is made due to https://reviews.llvm.org/rL371289 where typo fixes failed.
Details
Details
- Reviewers
steven.zhang jsji hfinkel nemanjai - Group Reviewers
Restricted Project - Commits
- rG73da43aeb369: [PowerPC][NFC] Update test assertions using update_llc_test_checks.py
rL371483: [PowerPC][NFC] Update test assertions using update_llc_test_checks.py
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/test/CodeGen/PowerPC/store-combine.ll | ||
---|---|---|
238 ↗ | (On Diff #219238) | Thanks, I'm not familiar with PowerPC instructions. What's your purpose by removing these two check points? It's useless or you will fix the typo later? |
llvm/test/CodeGen/PowerPC/store-combine.ll | ||
---|---|---|
238 ↗ | (On Diff #219238) | This test has been declared NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py. Re-running update_llc_test_checks.py, seems these two instructions should not appear. I've also added original author as a reviewer to see if some CHECK-NOT directives shall keep or not. |
llvm/test/CodeGen/PowerPC/store-combine.ll | ||
---|---|---|
238 ↗ | (On Diff #219238) | Ok, I got it. Thanks a lot. |
Comment Actions
LGTM.
If we are producing the checks with the script, we should refrain from manually changing them as any future updates to the test will make it very difficult to determine whether the change is intended or not.