Skip to content

Commit be307be

Browse files
committed
Fix the merge
1 parent 25aed86 commit be307be

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Target/AMDGPU/SIRegisterInfo.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -458,11 +458,6 @@ class SIRegisterInfo final : public AMDGPUGenRegisterInfo {
458458
unsigned getSubRegAlignmentNumBits(const TargetRegisterClass *RC,
459459
unsigned SubReg) const;
460460

461-
std::optional<uint8_t> getVRegFlagValue(StringRef Name) const override {
462-
return Name == "WWM_REG" ? AMDGPU::VirtRegFlag::WWM_REG
463-
: std::optional<uint8_t>{};
464-
}
465-
466461
// \returns a number of registers of a given \p RC used in a function.
467462
// Does not go inside function calls.
468463
unsigned getNumUsedPhysRegs(const MachineRegisterInfo &MRI,

0 commit comments

Comments
 (0)