Details
Details
- Reviewers
bogner
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Can we do better than just calling these namedVRegN? That is, is there a scheme where we could give these more meaningful names that would still be relatively stable between different input IRs?
Comment Actions
Yes we can, but this is a first step. Also I want to compare the "namedVReg###" names with the old numbers as a sanity check too. I'm thinking of doing symbolic names in the future.