[PATCH] D124825: [LoongArch] Check msb is not less than lsb for the bstr{ins/pick}.{w/d} instructions

Xi Ruoyao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 03:48:19 PDT 2022


xry111 added a comment.

It seems the CI failed with some tests TIMEOUT.  Maybe we need to adjust the test timeout for the CI.

LoongArch ISA reference manual <https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html#_bstrins_wd> has not specified the behavior of bstrins/bstrpick with msb < lsb.  Should the manual be updated too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124825



More information about the llvm-commits mailing list