[all-commits] [llvm/llvm-project] d69c43: [CodeGen] remove instcombine from codegen tests; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Tue Jun 8 12:33:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d69c4372bfbe81961160a4e6cb238fb53a279515
https://github.com/llvm/llvm-project/commit/d69c4372bfbe81961160a4e6cb238fb53a279515
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M clang/test/CodeGen/aarch64-bf16-dotprod-intrinsics.c
M clang/test/CodeGen/aarch64-bf16-getset-intrinsics.c
M clang/test/CodeGen/aarch64-bf16-lane-intrinsics.c
M clang/test/CodeGen/arm-bf16-convert-intrinsics.c
M clang/test/CodeGen/arm-bf16-dotprod-intrinsics.c
M clang/test/CodeGen/arm-bf16-getset-intrinsics.c
Log Message:
-----------
[CodeGen] remove instcombine from codegen tests; NFC
The FileCheck lines in these files are auto-generated and complete,
so there's very little upside (less CHECK lines) from running
-instcombine on them and violating the expected test layering
(optimizer developers shouldn't have to be aware of clang tests).
Running opt passes like this makes it harder to make changes such as:
D93817
More information about the All-commits
mailing list