[PATCH] D114895: [SelectionDagBuilder] improve CallBrInst BlockAddress constraint handling
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 1 11:26:42 PST 2021
void added inline comments.
================
Comment at: llvm/test/CodeGen/X86/callbr-asm-outputs.ll:208
+
+define dso_local void @vmcs_set_bits() {
+; CHECK-LABEL: vmcs_set_bits:
----------------
nit: I have a preference for using "test#" for test function names. Using the originating function's name isn't very useful.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114895/new/
https://reviews.llvm.org/D114895
More information about the llvm-commits
mailing list