[PATCH] D83750: [NFC][RISCV] Test for D81805

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 02:47:08 PDT 2020


rogfer01 added a comment.

In D83750#2149682 <https://reviews.llvm.org/D83750#2149682>, @lenary wrote:

> 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.


Good point. Let me check if I can get rid of that.


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