[all-commits] [llvm/llvm-project] cc86b8: [CodeGen] limit tests to current pass manager to a...
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Jun 10 05:50:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc86b87a57000ba673edaf95f65913412928f003
https://github.com/llvm/llvm-project/commit/cc86b87a57000ba673edaf95f65913412928f003
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-06-10 (Thu, 10 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] limit tests to current pass manager to avoid variability; NFC
Post-commit feedback for d69c4372bfbe says the output
may vary between pass managers. This is hopefully a
quick fix, but we might want to investigate how to
better solve this type of problem.
More information about the All-commits
mailing list