[llvm] [RISCV][GISel] Support G_{U|S}{ADD|SUB}SAT (PR #92935)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 10:26:21 PDT 2024
================
@@ -0,0 +1,358 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple=riscv64 -run-pass=legalizer %s -o - \
+# RUN: | FileCheck %s --check-prefixes=CHECK,RV64I
+# RUN: llc -mtriple=riscv64 -mattr=+zbb -run-pass=legalizer %s -o - \
----------------
tschuett wrote:
ignore that.
https://github.com/llvm/llvm-project/pull/92935
More information about the llvm-commits
mailing list