yronglin
6ed21fc515
Avoid __builtin_assume_aligned crash when the 1st arg is array type
...
Avoid __builtin_assume_aligned crash when the 1st arg is array type (or
string literal).
Fixes Issue #57169
Differential Revision: https://reviews.llvm.org/D133202
2022-09-07 12:46:20 -04:00
Vitaly Buka
9905dae5e1
Revert "[Clang][CodeGen] Avoid __builtin_assume_aligned crash when the 1st arg is array type"
...
Breakes windows bot.
This reverts commit 3ad2fe913a
.
2022-09-03 13:12:49 -07:00
yronglin
3ad2fe913a
[Clang][CodeGen] Avoid __builtin_assume_aligned crash when the 1st arg is array type
...
Avoid __builtin_assume_aligned crash when the 1st arg is array type(or string literal).
Open issue: https://github.com/llvm/llvm-project/issues/57169
Reviewed By: rjmccall
Differential Revision: https://reviews.llvm.org/D133202
2022-09-03 23:26:01 +08:00