[llvm] [RISCV][GlobalISel] Fix selectShiftMask when shift mask is created from G_AND (PR #89602)

Hongbin Jin via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 07:00:25 PDT 2024


================
@@ -241,3 +241,89 @@ body:             |
     $x10 = COPY %6(s64)
     PseudoRET implicit $x10
 ...
+
----------------
bvlgah wrote:

Yes, I think I should add test cases for rv32. Thanks for your advice.

https://github.com/llvm/llvm-project/pull/89602


More information about the llvm-commits mailing list