Details
Details
- Reviewers
craig.topper
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 3405 Build 3405: arc lint + arc unit
Event Timeline
Comment Actions
Doesn't this really Def every register? But its not used by CodeGen so what are we trying to accomplish by adding this?
Comment Actions
It really does, I should add that to the patch.
Basically, we rely on LLVM's MC backend for static analysis. We have a large stack of patches for the disassembler, and I am trying to break them up to see what the community would like to have upstreamed.