Commits

Andrew Trick committed c47687da2cd
Add an isStrict flag to SIL pointer_to_address. (#3529) Strict aliasing only applies to memory operations that use strict addresses. The optimizer needs to be aware of this flag. Uses of raw addresses should not have their address substituted with a strict address. Also add Builtin.LoadRaw which will be used by raw pointer loads.