[PATCH] D72656: Specify branch probabilities for callbr dests
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 11 18:20:43 PDT 2020
void marked an inline comment as done.
void added a comment.
PTAL.
================
Comment at: llvm/test/CodeGen/X86/callbr-asm.ll:81
; CHECK-NEXT: # Child Loop BB2_4 Depth 4
-; CHECK-NEXT: .p2align 4, 0x90
; CHECK-NEXT: .Ltmp4: # Block address taken
----------------
void wrote:
> nickdesaulniers wrote:
> > The top of this file mentions `; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py`. Did `update_llc_test_checks.py` really remove this `.p2align`?
> I don't know how this was removed. I've never had to deal with `update_llc_test_checks.py`.
Okay. I figured out how to run it. Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72656/new/
https://reviews.llvm.org/D72656
More information about the llvm-commits
mailing list