Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Differential
D117318
Diff 403203
llvm/lib/Target/RISCV/RISCVCallLowering.cpp
Changeset View
This looks like you're copying the broken form of splitToValueTypes from x86. I think trying to handle all of the argument marshalling in simple looking callbacks like this is unworkable. If you call the generic splitToValueTypes in CallLowering, it should try to handle everything for you