[PATCH] D78459: [AVR] Don't adjust for instruction size
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 10 13:21:30 PDT 2020
aykevl added a comment.
Ok, I can add the test case (need to recompile LLVM first). It just seems a bit large to me (over 1000 lines).
---
Unrelated: I have written a test system for compiler-rt, did you see it?
https://github.com/aykevl/llvm-project/blob/avr-compiler-rt/compiler-rt/test/builtins/Unit/avr-runner.py
https://github.com/aykevl/llvm-project/blob/avr-compiler-rt/compiler-rt/test/builtins/Unit/avr-runner.c
It's not the cleanest code, but feel free to use it for the integration test. Testing AVR compiler-rt (even if not all the tests pass yet) can be a good way to ensure working builtins won't break.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78459/new/
https://reviews.llvm.org/D78459
More information about the llvm-commits
mailing list