Files
clang-p2996/llvm/test/CodeGen/AArch64/select_cc.ll
Florian Hahn 23091f7d50 [AArch64] Bail out for float operands in SetCC optimization.
The optimization added in D118139 causes a crash on the added test case
while trying to zero extend an vector of floats.

Fix the crash by bailing out for floating point operands.

Reviewed By: DavidTruby

Differential Revision: https://reviews.llvm.org/D118615
2022-01-31 18:20:47 +00:00

2.4 KiB