[all-commits] [llvm/llvm-project] 0a045c: [AArch64][GISEL] Consider fcmp true and fcmp false...
Marc Auberer via All-commits
all-commits at lists.llvm.org
Thu May 9 12:42:54 PDT 2024
Branch: refs/heads/release/18.x
Home: https://github.com/llvm/llvm-project
Commit: 0a045c9d83bb75050ae66fe5db5cbb767fc40202
https://github.com/llvm/llvm-project/commit/0a045c9d83bb75050ae66fe5db5cbb767fc40202
Author: Marc Auberer <marc.auberer at chillibits.com>
Date: 2024-05-09 (Thu, 09 May 2024)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64GlobalISelUtils.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/select.mir
M llvm/test/CodeGen/AArch64/neon-compare-instructions.ll
Log Message:
-----------
[AArch64][GISEL] Consider fcmp true and fcmp false in cond code selection (#86972) (#91580)
Fixes #86917
`FCMP_TRUE` and `FCMP_FALSE` were previously not considered and we ended up in an llvm_unreachable assertion.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list