[CodeGen] update test file to not run the entire LLVM optimizer; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 23 Sep 2021 12:53:28 +0000 (08:53 -0400)
committerSanjay Patel <spatel@rotateright.com>
Thu, 23 Sep 2021 12:57:04 +0000 (08:57 -0400)
commitc75c5c5f8f3740716c9a1c4fb1d8f7e753af2cf6
tree707b531eecb4db3cb970e69140f0dca7ee3e9b90
parent1711a6ec650980764d97b3be148745e2813a3707
[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.
clang/test/CodeGen/aapcs-bitfield.c