[PATCH] D83750: [NFC][RISCV] Test for D81805
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 14 02:43:36 PDT 2020
lenary added a comment.
Are we sure we want to branch on `undef` to one of two `unreachable`s?
I suppose we cannot use `ret` as we don't have a non-constant to return anyway.
Given this shows a change in the behaviour of D81805 <https://reviews.llvm.org/D81805>, I'm happy for this to land.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83750/new/
https://reviews.llvm.org/D83750
More information about the llvm-commits
mailing list