[PATCH] D48715: [X86] Fix some vector cmp builtins - TRUE/FALSE predicates

Sanjay Patel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 28 07:33:44 PDT 2018


spatel added inline comments.


================
Comment at: test/CodeGen/avx-builtins.c:1423
-
-__m256 test_mm256_cmp_ps_true(__m256 a, __m256 b) {
-  // CHECK-LABEL: @test_mm256_cmp_ps_true
----------------
Why are we deleting tests instead of replacing the CHECK lines with the new output?


Repository:
  rC Clang

https://reviews.llvm.org/D48715





More information about the cfe-commits mailing list