In lib/CodeGen/PrologEpilogInserter.cpp file, RS is assigned via RS = TRI->requiresRegisterScavenging(MF) ? new RegScavenger() : nullptr;. This means that RS can be nullptr. While executing the TFI->processFunctionBeforeFrameFinalized(MF, RS);, the RS can be dereferenced in the call RS->enterBasicBlock(MBB); in file lib/Target/AMDGPU/SIFrameLowering.cpp
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Error message?