From 970bf7a22f0167f5cf3ec325fc8de87f3653774d Mon Sep 17 00:00:00 2001 From: Mike Vitousek Date: Mon, 16 Sep 2024 15:49:41 -0700 Subject: [PATCH] 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]