[llvm] Only check assertions that were meant to apply to the normal case of non-splat vector SREM expansion when we aren't hitting the special case. (PR #86238)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 03:07:45 PDT 2024


================
@@ -0,0 +1,14 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+;RUN: llc -mtriple=aarch64-unknown-unknown < %s | FileCheck %s
+
+define i32 @f(i1 %0) {
----------------
arsenm wrote:

Use issue number in function / test name?

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


More information about the llvm-commits mailing list