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 9a6a468 commit ed3d21eCopy full SHA for ed3d21e
llvm/lib/Target/DirectX/DXILTranslateMetadata.cpp
@@ -435,7 +435,7 @@ static void translateInstructionMetadata(Module &M) {
435
for (Function &F : M) {
436
for (BasicBlock &BB : F) {
437
// This needs to be done first so that "hlsl.controlflow.hints" isn't
438
- // removed in the whitelist below
+ // removed in the allow-list below
439
if (auto *I = BB.getTerminator())
440
translateBranchMetadata(M, I);
441
0 commit comments