[PATCH] D32220: [X86][SSE2] Fix asm string for movq (Move Quadword) instruction
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 19 10:01:52 PDT 2017
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/vector-pcmp.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+sse2 | FileCheck %s --check-prefix=SSE --check-prefix=SSE2
----------------
zvi wrote:
> Please remove this line
If you can please commit the conversion to update_llc_test_checks.py (with trailing ; line removal) as an NFC pre-commit - this patch is big already!
https://reviews.llvm.org/D32220
More information about the llvm-commits
mailing list