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.
Details
Details
- Reviewers
hfinkel nemanjai stefanp Yi-Hong.Lyu sfertile - Group Reviewers
Restricted Project - Commits
- rGd7032bc3c009: [PowerPC][NFC] Reclaim TSFlags bit 6
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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
Comment Actions
Yes, this is actually found while reviewing https://reviews.llvm.org/D72569,
Depends on which one go in first, the other one should rebase..