Details
Details
- Reviewers
chandlerc
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 16945 Build 16945: arc lint + arc unit
Event Timeline
Comment Actions
Used the mayStore flag instead of checking operand 0 for def. It felt a little clearer to think about.
I made a whole new instruction, but I was wondering if we could just mutate the original instruction by changing the opcode and adding the extra input register.
Comment Actions
Commited in r329771. I'm abandoning this though because it was never supposed to have been a public review, which is why the title is "example"