On 2022-09-23 09:02, Jakub Jelinek wrote:
Oh, so can addr_object_size be simplified to use get_base_address too?

You can try.  As you can see in get_base_address, that function
handles something that the above doesn't (looking through some MEM_REFs too).


I went down this rabbithole and it actually simplifies some cases but got sucked into flex array related issues that I need more time to figure out. I'll stick to using get_base_address for now since I want to make sure this makes the stage 1 deadline.

Thanks,
Sid

Reply via email to