-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[X86] Remove unused BitVector TILERegs (NFC) #136508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@llvm/pr-subscribers-backend-x86 Author: AZero13 (AZero13) ChangesIt is not used. Full diff: https://github.com/llvm/llvm-project/pull/136508.diff 1 Files Affected:
diff --git a/llvm/lib/Target/X86/X86LowerTileCopy.cpp b/llvm/lib/Target/X86/X86LowerTileCopy.cpp
index fe13ebc6c7675..a4845c0b67efa 100644
--- a/llvm/lib/Target/X86/X86LowerTileCopy.cpp
+++ b/llvm/lib/Target/X86/X86LowerTileCopy.cpp
@@ -79,8 +79,6 @@ bool X86LowerTileCopy::runOnMachineFunction(MachineFunction &MF) {
const TargetRegisterInfo *TRI = ST.getRegisterInfo();
BitVector GR64Regs =
TRI->getAllocatableSet(MF, TRI->getRegClass(X86::GR64RegClassID));
- BitVector TILERegs =
- TRI->getAllocatableSet(MF, TRI->getRegClass(X86::TILERegClassID));
bool Changed = false;
for (MachineBasicBlock &MBB : MF) {
|
It is not used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/166/builds/1265 Here is the relevant piece of the build log for the reference
|
It is not used.
It is not used.
It is not used.
It is not used.