You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[6.0] [loadable by address reg2mem] Implement missing throw instruction
Description: Fixes a missing case to large types reg2mem. Without adding
this case asserts compiler will complain and cause the compiler to
crash.
Risk: Low. This is the same code that we would have generated with an no-asserts
compiler where we fallback to a solution that loads and stores back to memory.
Scope: Fixes a compiler crasher in asserts toolchains.
Testing: Regression test added.
rdar://134914984
(cherry picked from commit eeaf962)
0 commit comments