[PATCH] D28469: Update LLC tests for slow division bypassing (NFC)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 07:36:21 PST 2017


spatel added inline comments.


================
Comment at: test/CodeGen/X86/atom-bypass-slow-division-64.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc < %s -mcpu=atom -march=x86-64 | FileCheck %s
 
----------------
I think some bots will fail unless you specify a triple here. For example, if this runs on a darwin bot, the comment formatting will be different (## instead of #).
My usual triple preference for x86-64 tests is:
x86_64-unknown-unknown


https://reviews.llvm.org/D28469





More information about the llvm-commits mailing list