Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | ||
---|---|---|
966 | When doing the FP_ROUND work I realised there are no truncates with a result type of v2i32 that can have a legal type that is bigger than 128bit. |
Comment Actions
LGTM with one minor comment
llvm/test/CodeGen/AArch64/sve-fixed-length-fp-converts.ll | ||
---|---|---|
34 | Please stick a check in here for the scalar fptrunc, so we're at least testing something. |
When doing the FP_ROUND work I realised there are no truncates with a result type of v2i32 that can have a legal type that is bigger than 128bit.