Files
clang-p2996/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
Martin Wehking 248468097f Add non-null check before accessing pointer (#83459)
Add a check if RC is not null to ensure that a consecutive access is
safe.

A static analyzer flagged this issue since hasVectorRegisters
potentially dereferences RC.
2024-03-07 10:31:34 +05:30

75 KiB