Skip to content
This repository has been archived by the owner on Sep 2, 2018. It is now read-only.

Implement wide bit rotate pseudo instructions #113

Open
dylanmckay opened this issue Jun 10, 2015 · 0 comments
Open

Implement wide bit rotate pseudo instructions #113

dylanmckay opened this issue Jun 10, 2015 · 0 comments

Comments

@dylanmckay
Copy link
Member

Currently no logic exists in AVRExpandPseudoInsts.cpp to lower the rolw Rd+1:Rd and rorw Rd+1:Rd instructions.

They are defined as pseudo instructions, but they are not lowered. Because of this, using them will cause an error in LLVM.

@dylanmckay dylanmckay changed the title Lower wide bit rotate instructions Implement wide bit rotate pseudo instructions Jun 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant