[PATCH] D90206: [PowerPC] Skip IEEE 128-bit FP type in FastISel
Qing Shan Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 1 18:41:01 PST 2020
steven.zhang added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCFastISel.cpp:1629
- if (ArgVT.isVector())
+ // FastISel cannot handle non-simple types yet, including 128-bit FP types,
+ // which is passed through vector register. Skip these types and fallback to
----------------
So, this is a TODO ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90206/new/
https://reviews.llvm.org/D90206
More information about the llvm-commits
mailing list