Andrew Kelley cdeb1fb881 Sema: different solution to elemVal
I think that reusing the ComptimePtrLoad infrastructure is ultimately
less logic and more robust than adding a `direct` flag to elem_ptr.

 * Some code in zirTypeInfo needed to be fixed to create proper
   Type/Value encodings.
 * comptime elemVal works by constructing an elem_ptr Value and then
   using the already existing pointerDeref function.

There are some remaining calls to Value.elemValue which should be
considered code smells at this point.
2022-03-16 16:29:08 -07:00
..
2022-01-14 12:39:06 -07:00
2022-01-30 14:30:46 +01:00
2022-01-02 13:16:17 -07:00
2022-03-16 16:29:08 -07:00
2022-03-12 14:25:59 -05:00
2022-01-07 00:06:06 -05:00
2022-03-16 16:29:08 -07:00
2021-09-24 13:39:20 -04:00