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 32a9919 commit 9f0afa9Copy full SHA for 9f0afa9
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
@@ -61,7 +61,7 @@ static cl::opt<bool> UseDivergentRegisterIndexing(
61
cl::desc("Use indirect register addressing for divergent indexes"),
62
cl::init(false));
63
64
-// TODO This option should be removed once we switch to always using PTRADD in
+// TODO: This option should be removed once we switch to always using PTRADD in
65
// the SelectionDAG.
66
static cl::opt<bool> UseSelectionDAGPTRADD(
67
"amdgpu-use-sdag-ptradd", cl::Hidden,
0 commit comments