[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)
Owen Anderson via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 23 19:47:34 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) {
----------------
resistor wrote:
Done
https://github.com/llvm/llvm-project/pull/86238
More information about the llvm-commits
mailing list