[PATCH] D119669: [NVPTX] Prefix "$L__" for branch label names
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 14 11:28:02 PST 2022
MaskRay added inline comments.
================
Comment at: llvm/test/CodeGen/NVPTX/label-var-prefix.ll:6
+
+; CHECK: LBB0_2
+ at LBB0_2 = global i32 zeroinitializer
----------------
================
Comment at: llvm/test/CodeGen/NVPTX/label-var-prefix.ll:6
+
+; CHECK: LBB0_2
+ at LBB0_2 = global i32 zeroinitializer
----------------
MaskRay wrote:
>
In case there is an error, make sure `$LBB0_2` does not match the pattern.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119669/new/
https://reviews.llvm.org/D119669
More information about the llvm-commits
mailing list