[llvm] [RISCV][GISel] Support G_UMIN/UMAX/SMIN/SMAX legal with Zbb. (PR #72182)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 17:08:26 PST 2023


================
@@ -1,5 +1,7 @@
 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
 # RUN: llc -mtriple=riscv32 -run-pass=legalizer %s -o - | FileCheck %s
+# RUN: llc -mtriple=riscv32 -mattr=+zbb -run-pass=legalizer %s -o - \
+# RUN:   | FileCheck %s --check-prefix=ZBB
----------------
topperc wrote:

Nevermind, the very last test is duplicate because of the illegal type.

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


More information about the llvm-commits mailing list