[llvm] [M68k] Handle 16 bit MOVs to and from CCR (PR #114714)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 10 15:40:09 PST 2024
mshockwave wrote:
> I was just wondering what tests I should be running to verify that I'm not breaking anything, as the ones I have are super basic. The clang test suite maybe?
Usually LLVM's regression tests should be sufficient:
``` shell
$ ninja check-llvm-codegen-m68k
```
https://github.com/llvm/llvm-project/pull/114714
More information about the llvm-commits
mailing list