Compare commits

...

4 Commits

Author SHA1 Message Date
Mike Vitousek
99c2bc4474 Update base for Update on "[compiler] Add nullable abstract value field to places and phis"
Test Plan:
This PR starts the process of tracking abstract values (and therefore value kinds) on a per-place basis and persisting that into the place data structure. Here, we simply add a nullable field for abstract values to all places and phis--it will be populated in the next PR.

[ghstack-poisoned]
2024-09-16 16:26:15 -07:00
Mike Vitousek
970bf7a22f Update base for Update on "[compiler] Add nullable abstract value field to places and phis"
Test Plan:
This PR starts the process of tracking abstract values (and therefore value kinds) on a per-place basis and persisting that into the place data structure. Here, we simply add a nullable field for abstract values to all places and phis--it will be populated in the next PR.

[ghstack-poisoned]
2024-09-16 15:49:41 -07:00
Mike Vitousek
b1de114fe5 Update base for Update on "[compiler] Add nullable abstract value field to places and phis"
Test Plan:
This PR starts the process of tracking abstract values (and therefore value kinds) on a per-place basis and persisting that into the place data structure. Here, we simply add a nullable field for abstract values to all places and phis--it will be populated in the next PR.

[ghstack-poisoned]
2024-09-16 13:16:07 -07:00
Mike Vitousek
551c78a908 Update base for Update on "[compiler] Add nullable abstract value field to places and phis"
Test Plan:
This PR starts the process of tracking abstract values (and therefore value kinds) on a per-place basis and persisting that into the place data structure. Here, we simply add a nullable field for abstract values to all places and phis--it will be populated in the next PR.

[ghstack-poisoned]
2024-09-16 11:09:05 -07:00

Diff Content Not Available