[llvm] [TargetLowering] Change subtraction to do (LHS < RHS) XOR (RESULT < 0) (PR #150872)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 28 00:18:01 PDT 2025
================
@@ -1,3 +1,4 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
----------------
arsenm wrote:
Avoid switching tests to generated checks in functional commits
https://github.com/llvm/llvm-project/pull/150872
More information about the llvm-commits
mailing list