[RISCV][GISel] Disable call lowering for integers larger than 2*XLen. (#69144)
Types larger than 2*XLen are passed indirectly which is not supported yet. Currently, we will incorrectly pass X10 multiple times.
Loading
Please sign in to comment
Types larger than 2*XLen are passed indirectly which is not supported yet. Currently, we will incorrectly pass X10 multiple times.