Files
clang-p2996/llvm/test/CodeGen/AVR
Ayke van Laethem 5527b21516 [AVR] Do not use R0/R1 on avrtiny
This patch makes sure the compiler uses R16/R17 on avrtiny (attiny10
etc) instead of R0/R1.

Some notes:

  * For the NEGW and ROLB instructions, it adds an explicit zero
    register. This is necessary because the zero register is different
    on avrtiny (and InstrInfo Uses lines need a fixed register).
  * Not entirely sure about putting all tests in features/avr-tiny.ll,
    but it doesn't seem like the "target-cpu"="attiny10" attribute
    works.

Updates: https://github.com/llvm/llvm-project/issues/53459

Differential Revision: https://reviews.llvm.org/D138582
2022-11-28 18:05:55 +01:00
..
2022-11-28 18:05:55 +01:00
2020-06-18 16:51:37 +02:00
2017-04-19 12:02:52 +00:00
2016-12-31 01:07:14 +00:00
2021-01-26 17:50:56 +08:00
2022-11-27 15:31:12 +01:00
2021-03-03 15:36:05 +01:00
2016-12-30 00:21:56 +00:00
2016-12-31 01:07:14 +00:00
2016-11-09 23:46:52 +00:00
2022-11-28 18:05:55 +01:00
2021-07-24 14:03:26 +02:00