[clang] [llvm] [SystemZ] Support fp16 vector ABI and basic codegen. (PR #171066)
Jonas Paulsson via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 16 10:37:13 PST 2026
================
@@ -842,6 +845,34 @@ bool SystemZTargetLowering::useSoftFloat() const {
return Subtarget.hasSoftFloat();
}
+unsigned
+SystemZTargetLowering::getNumRegisters(LLVMContext &Context, EVT VT,
+ std::optional<MVT> RegisterVT) const {
----------------
JonPsson1 wrote:
Tried this, but could not get around problems with using SystemZSubtarget class methods... (see commit history once pushed).
https://github.com/llvm/llvm-project/pull/171066
More information about the cfe-commits
mailing list