[PATCH] D35965: [X86] SET0 to use XMM registers where possible PR26018 PR32862 2/2

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 00:38:38 PDT 2017


craig.topper added a comment.

@RKSimon, any idea why the script has started insert "End function" on some tests? I've noticed this in my own runs lately, but I've been dropping them.



================
Comment at: test/CodeGen/X86/avx512vl-vbroadcast.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; NOTE: Assertions have been autogenerated by update_llc_test_checks.py
 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mattr=+avx512f -mattr=+avx512vl| FileCheck %s
----------------
Please delete this second comment. The one with 'utils' is the correct version.


https://reviews.llvm.org/D35965





More information about the llvm-commits mailing list