[llvm] [LLVM][ISel][AArch64 Remove AArch64ISD::FCM##z nodes. (PR #135817)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 17 10:19:36 PDT 2025
================
@@ -264,15 +271,16 @@ body: |
bb.0:
liveins: $q0, $q1
- ; Two compares.
----------------
arsenm wrote:
Put them manually back. This was not a conscious decision by update_mir_test_checks, it's a bug. A more reliable way to comment is test one case per function and comment before the function body
> That said, I also don't see them as useful because the CHECK lines already show what is expected
The point is to help reading and understanding the intent of the test.
https://github.com/llvm/llvm-project/pull/135817
More information about the llvm-commits
mailing list