[x86_64/GlobalISel] Returning half
type causes error "Cannot emit physreg copy instruction"
#64435
Labels
half
type causes error "Cannot emit physreg copy instruction"
#64435
Description
Returning
half
type will crash thex86_64
Global ISel backend withLLVM ERROR: Cannot emit physreg copy instruction
duringPost-RA pseudo instruction expansion pass
.The problem does not exist when targeting
i686
oraarch64
.The problem also does not exist when not using Global ISel.
Minimal Reproduction
https://godbolt.org/z/G1rszzf1n
Code
Stack Trace
The text was updated successfully, but these errors were encountered: