The SideEffect interface definitions currently use string expressions to reference custom resource objects. This CL introduces Resource objects in tablegen definitions to simplify linking of resource reference to resource objects.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I like the extra bit of structure, especially the DefaultResource is more readable than "". @rriddle created this, so wait for his approval.
Comment Actions
@mehdi_amini Thanks a lot for your feedback. Unfortunately, I haven't received some comments from him.
Comment Actions
From what I see above, this revision was not approved without these though? Why did this land?
Comment Actions
We talked about this offline and decided to move forward with this change. We did not feel this was controversial and also easy to roll back in case there are comments later.
Comment Actions
Resources in the current form are only temporary anyways, so i don't see a problem with this.