Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Slightly more complicated than expected, hence why I broke out D85546. I needed to custom lower ANY_EXTEND and SIGNED_EXTEND_INREG for the test named sext_v4i8_v4i64.
llvm/test/CodeGen/AArch64/sve-fixed-length-int-extends.ll | ||
---|---|---|
99 | Maybe worth adding a couple CHECK lines for sext_v16i8_v16i32 if the fixed vector width is 256, to make sure we do something sane if we need to legalize the result type? |
Maybe worth adding a couple CHECK lines for sext_v16i8_v16i32 if the fixed vector width is 256, to make sure we do something sane if we need to legalize the result type?