[PATCH] D110413: [X86] Fix handling of i128<->fp on Windows
Jameson Nash via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 25 11:30:16 PDT 2021
vtjnash added a comment.
Looks similar to my previous patch (rG4a406d32e97b1748c4eed6674a2c1819b9cf98ea <https://reviews.llvm.org/rG4a406d32e97b1748c4eed6674a2c1819b9cf98ea>), so this makes sense to me.
> X86CallingConv.td doesn't seem to handle i128 at all
Looking at the commit history, it seems like I tried that, but that since i128 was removed by the legalizer, it was not feasible:
https://reviews.llvm.org/D1998#37285
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110413/new/
https://reviews.llvm.org/D110413
More information about the llvm-commits
mailing list