[PATCH] D143815: Specify target triple for bb-prefix-dump.ll
Aiden Grossman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 11 14:02:02 PST 2023
aidengrossman added a comment.
Seems to be failing specifically on ARM targets due to the test getting compiled into using a ternary `csel` instruction causing there to only be a single BB in `@f1()`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143815/new/
https://reviews.llvm.org/D143815
More information about the llvm-commits
mailing list