On Wed, 2023-07-19 at 17:01 -0700, Yonghong Song wrote: > In previous discussion ([1]), it is agreed that we should introduce > cpu version 4 (llvm flag -mcpu=v4) which contains some instructions > which can simplify code, make code easier to understand, fix the > existing problem, or simply for feature completeness. More specifically, > the following new insns are proposed: > . sign extended load > . sign extended mov > . bswap > . signed div/mod > . ja with 32-bit offset > Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]