ahatanak accepted this revision.
ahatanak added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/test/Sema/fp16vec-sema.c:33
+  1, hv0; // expected-warning 2 {{expression result unused}}
 
   // Implicit conversion between half vectors and float vectors are not 
allowed.
----------------
Since these diagnostics aren't relevant to the test, can you silence them by 
passing `-Wno-unused-value` or assigning the expressions to variables?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88265

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

Reply via email to