In SystemZTTIImpl::getMemoryOpCost, the call to getNumberOfParts will
run type legalization, which can't handle structs. So before that, we
check for an unknown value type and forward to BaseT, just like many
other targets do in this situation.
Details
Details
- Reviewers
uweigand - Commits
- rG85e4ee15d32a: [SystemZ] Avoid type legalization on structs
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo