[all-commits] [llvm/llvm-project] 0bd281: CodeGen: hand two tests to the care of update_cc_t...
Augie Fackler via All-commits
all-commits at lists.llvm.org
Mon Jun 12 14:40:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0bd281eceff58f1e92eed6b53a33152be9810b42
https://github.com/llvm/llvm-project/commit/0bd281eceff58f1e92eed6b53a33152be9810b42
Author: Augie Fackler <augie at google.com>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M clang/test/CodeGen/catch-alignment-assumption-attribute-alloc_align-on-function-variable.cpp
M clang/test/CodeGen/catch-alignment-assumption-attribute-alloc_align-on-function.cpp
Log Message:
-----------
CodeGen: hand two tests to the care of update_cc_test_checks
These two tests were pretty challenging to manage by hand, and in
rebasing the next change in my stack I finally ran out of patience and
decided to just embrace automation. This change _only_ changes the tests
so that it's obvious what's new in the next change.
Differential Revision: https://reviews.llvm.org/D152400
More information about the All-commits
mailing list