[PATCH] D140369: [PowerPC] update PPCTTIImpl::supportsTailCallFor() check conditions
Ting Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 05:40:33 PST 2023
tingwang marked an inline comment as done.
tingwang added inline comments.
================
Comment at: llvm/test/Transforms/Coroutines/coro-split-musttail-ppc64le.ll:14
+; RUN: -mtriple=ppc32-- | FileCheck %s
+; REQUIRES: asserts
----------------
shchenz wrote:
> Why `asserts` is required? I don't see checks of debug logs?
Good catch. Thank you!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140369/new/
https://reviews.llvm.org/D140369
More information about the llvm-commits
mailing list