[PATCH] D46797: [X86DomainReassignment] Don't delete IMPLICIT_DEF nodes

Keno Fischer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 17:45:46 PDT 2018


loladiro 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
----------------
craig.topper wrote:
> These don't seem to have been generated by the script. The checks don't cover the whole function.
Well, they were generated by the script, but then the output seemed excessively verbose, so I cut it down to what I wanted to see. Do you want me to remove the comment or have the checks cover the whole function?


Repository:
  rL LLVM

https://reviews.llvm.org/D46797





More information about the llvm-commits mailing list