This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][NFC] Reclaim TSFlags bit 6
ClosedPublic

Authored by jsji on Jan 13 2020, 2:13 PM.

Details

Summary

We removed UseVSXReg flag in https://reviews.llvm.org/D58685
But we did not reclain the bit 6 it was assigned,
this will become confusing and a hole later..
We should reclaim it as early as possible before new bits.

Diff Detail

Event Timeline

jsji created this revision.Jan 13 2020, 2:13 PM
jsji added a project: Restricted Project.Jan 13 2020, 2:14 PM

Unit tests: pass. 61794 tests passed, 0 failed and 781 were skipped.

clang-tidy: unknown.

clang-format: pass.

Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

This introduces a dependency for https://reviews.llvm.org/D72569.

jsji added a comment.Jan 13 2020, 6:26 PM

This introduces a dependency for https://reviews.llvm.org/D72569.

Yes, this is actually found while reviewing https://reviews.llvm.org/D72569,
Depends on which one go in first, the other one should rebase..

sfertile accepted this revision as: sfertile.Jan 20 2020, 8:29 AM
sfertile added a subscriber: sfertile.

LGTM.

This revision is now accepted and ready to land.Jan 20 2020, 8:29 AM
This revision was automatically updated to reflect the committed changes.