Files
clang-p2996/llvm/test/Transforms/InstSimplify/select.ll
Nikita Popov 97e3220d63 [InstSimplify] Consider bitcast as potential cross-lane operation
The bitcast might change the number of vector lanes, in which case
it will be a cross-lane operation.

Fixes https://github.com/llvm/llvm-project/issues/77320.
2024-01-08 15:52:58 +01:00

54 KiB