rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.

This seems fine to me; thanks for the fix.

For future reference, please upload diffs with full context 
(http://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface).



================
Comment at: clang/test/CodeGen/X86/avx-union.c:7
+// RUN: %clang_cc1 -w -ffreestanding -triple x86_64-linux-gnu -target-feature 
+avx512f -fclang-abi-compat=11.0 -emit-llvm -o - %s | FileCheck %s 
--check-prefix=CHECK-LEGACY --check-prefix=AVX512-LEGACY
+// RUN: %clang_cc1 -w -ffreestanding -triple x86_64-scei-ps4 -target-feature 
+avx -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-LEGACY 
--check-prefix=AVX-LEGACY
+
----------------
There are no added `CHECK` lines for `--check-prefix=AVX-LEGACY`. Is that 
intentional, or is there a `AVX-LEGACY:` line missing from the test below?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89747/new/

https://reviews.llvm.org/D89747

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to