[PATCH] D67196: [Verifier] add invariant check for callbr
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 4 15:36:01 PDT 2019
lebedev.ri added a comment.
Is this already documented in LangRef?
================
Comment at: llvm/test/CodeGen/AArch64/callbr-asm-obj-file.ll:1-4
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=aarch64-unknown-linux-gnu -filetype=obj -o - \
; RUN: | llvm-objdump -triple aarch64-unknown-linux-gnu -d - \
; RUN: | FileCheck %s
----------------
Does `update_llc_test_checks` actually deal with this chaining?
I don't believe it does.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67196/new/
https://reviews.llvm.org/D67196
More information about the llvm-commits
mailing list