We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25aed86 commit be307beCopy full SHA for be307be
llvm/lib/Target/AMDGPU/SIRegisterInfo.h
@@ -458,11 +458,6 @@ class SIRegisterInfo final : public AMDGPUGenRegisterInfo {
458
unsigned getSubRegAlignmentNumBits(const TargetRegisterClass *RC,
459
unsigned SubReg) const;
460
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
-
466
// \returns a number of registers of a given \p RC used in a function.
467
// Does not go inside function calls.
468
unsigned getNumUsedPhysRegs(const MachineRegisterInfo &MRI,
0 commit comments