Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/AArch64/sve-fixed-length-fp-converts.ll | ||
---|---|---|
175 | Shouldn't we have some CHECK lines for the codegen in these functions? |
llvm/test/CodeGen/AArch64/sve-fixed-length-fp-converts.ll | ||
---|---|---|
175 | Hi @david-arm -- the codegen here is not particularly interesting at the moment (and is actually quite poor). These functions are actually defending against selection failures. At this point I'm not entirely convinced that writing CHECK lines for the codegen here is valuable. Do we definitely need them? π |
llvm/test/CodeGen/AArch64/sve-fixed-length-fp-converts.ll | ||
---|---|---|
175 | @joechrisellis This is true for much of this file. If you look at the other tests you'll see reference to CHECK-COUNT-### to ensure the code generation is somewhat sensible. I recommend following this same pattern. |
Address review comments.
- @paulwalker-arm and @david-arm:
- add CHECK-COUNT-* lines to new tests.
Looks fine to me given this is more a "compiler shouldn't crash" test that will be updated once we have support to custom lower these nodes.
Shouldn't we have some CHECK lines for the codegen in these functions?