[PATCH] D118222: [RISCV] Split f64 undef into two i32 undefs
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 26 19:22:56 PST 2022
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/calling-conv-ilp32d.ll:269
+
+define double @func_return_undef() {
+; RV32-ILP32D-LABEL: func_return_undef:
----------------
I thought the issue showed up with the ilp32 abi and the D extension, not the ilp32d abi? Please check this test case in this test file fails without the RISCVISelLowering.cpp change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118222/new/
https://reviews.llvm.org/D118222
More information about the llvm-commits
mailing list