Do not defer to the base class when the register constraint is a physical fpr. The base class will select SPILLTOVSX as the register class and register allocation will fail on subtargets without VSX registers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
LGTM, only some question about a comment.
llvm/lib/Target/PowerPC/PPCISelLowering.cpp | ||
---|---|---|
15610 | I think this should be SPILLTOVSRRC instead of SPILLTOVSX |
I think this should be SPILLTOVSRRC instead of SPILLTOVSX