Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e8a461e

Browse filesBrowse files
committed
- clang-format
1 parent c1d4278 commit e8a461e
Copy full SHA for e8a461e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp

Copy file name to clipboardExpand all lines: llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3915,7 +3915,7 @@ unsigned SIRegisterInfo::getSGPRHazardAvoidanceStrategy(
39153915
if (SGPRHazardAvoidanceStrategy.getNumOccurrences())
39163916
return SGPRHazardAvoidanceStrategy;
39173917
return MF.getFunction().getFnAttributeAsParsedInteger(
3918-
"amdgpu-sgpr-hazard-regalloc", 0);
3918+
"amdgpu-sgpr-hazard-regalloc", 0);
39193919
}
39203920

39213921
bool SIRegisterInfo::getRegAllocationHints(Register VirtReg,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.