[llvm] [AArch64][GISEL] Consider fcmp true and fcmp false in cond code selection (PR #86972)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 28 10:06:52 PDT 2024
================
@@ -183,6 +183,14 @@ registers:
- { id: 5, class: gpr }
- { id: 6, class: gpr }
- { id: 7, class: gpr }
+ - { id: 8, class: fpr }
----------------
arsenm wrote:
As a separate cleanup this test should drop the explicit registers section and use the inline register class syntax
https://github.com/llvm/llvm-project/pull/86972
More information about the llvm-commits
mailing list