[all-commits] [llvm/llvm-project] c482fa: [AArch64][GISEL] Consider fcmp true and fcmp false...
Marc Auberer via All-commits
all-commits at lists.llvm.org
Thu Mar 28 15:09:01 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c482fad2c1de367f8fef2b40361dec00523707f7
https://github.com/llvm/llvm-project/commit/c482fad2c1de367f8fef2b40361dec00523707f7
Author: Marc Auberer <marc.auberer at chillibits.com>
Date: 2024-03-28 (Thu, 28 Mar 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)
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