[all-commits] [llvm/llvm-project] c75c5c: [CodeGen] update test file to not run the entire L...
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Sep 23 06:25:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c75c5c5f8f3740716c9a1c4fb1d8f7e753af2cf6
https://github.com/llvm/llvm-project/commit/c75c5c5f8f3740716c9a1c4fb1d8f7e753af2cf6
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M clang/test/CodeGen/aapcs-bitfield.c
Log Message:
-----------
[CodeGen] update test file to not run the entire LLVM optimizer; NFC
Clang regression tests should not break when changes are made to
the LLVM optimizer. This file broke on the 1st attempt at D110170,
so I'm trying to prevent that on another try.
Similar to other files in this directory, we make a compromise and
run -mem2reg to reduce noise by about 1000 lines out of 5000+ CHECK lines.
More information about the All-commits
mailing list