[PATCH] D46797: [X86DomainReassignment] Don't delete IMPLICIT_DEF nodes
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 13 16:01:21 PDT 2018
craig.topper added inline comments.
================
Comment at: test/CodeGen/X86/domain-reassignment-implicit-def.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mcpu=skylake-avx512 -mtriple=x86_64-unknown-linux-gnu %s -o - | FileCheck %s
----------------
These don't seem to have been generated by the script. The checks don't cover the whole function.
Repository:
rL LLVM
https://reviews.llvm.org/D46797
More information about the llvm-commits
mailing list