[all-commits] [llvm/llvm-project] 9905da: Revert "[Clang][CodeGen] Avoid __builtin_assume_al...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sat Sep 3 13:13:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9905dae5e18cd55ee6bb8678c95fed940ded1ef9
https://github.com/llvm/llvm-project/commit/9905dae5e18cd55ee6bb8678c95fed940ded1ef9
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-09-03 (Sat, 03 Sep 2022)
Changed paths:
M clang/include/clang/Basic/Builtins.def
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/Sema/SemaChecking.cpp
R clang/test/CodeGen/catch-alignment-assumption-array.c
M clang/test/CodeGen/catch-alignment-assumption-ignorelist.c
M clang/test/Sema/builtin-assume-aligned.c
Log Message:
-----------
Revert "[Clang][CodeGen] Avoid __builtin_assume_aligned crash when the 1st arg is array type"
Breakes windows bot.
This reverts commit 3ad2fe913ae08ca062105731ad2da2eae825c731.
More information about the All-commits
mailing list