[PATCH] D100115: [RISCV] Add missing part of instruction vmsge {u}. VX

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 8 23:40:53 PDT 2021


HsiangKai added a comment.

Do we need this case? Case 4 is any vd. It means (vd == v0) || (vd != v0), right? These two cases are already covered by case 2 and case 3.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100115/new/

https://reviews.llvm.org/D100115



More information about the llvm-commits mailing list