[all-commits] [llvm/llvm-project] 5397f2: [llvm] [X86] Make test more robust against differe...

Aart Bik via All-commits all-commits at lists.llvm.org
Wed Apr 22 00:24:10 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5397f290871b2e27265569e3d8197a9565373597
      https://github.com/llvm/llvm-project/commit/5397f290871b2e27265569e3d8197a9565373597
  Author: aartbik <ajcbik at google.com>
  Date:   2020-04-22 (Wed, 22 Apr 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/pr45563.ll

  Log Message:
  -----------
  [llvm] [X86] Make test more robust against different builds

Summary:
Rationale:
Using the --debug-only flag requires a debug build. Also, the debug output is not always consistent over different builds.
This change avoids all problems by just testing the generated assembly for AVX.

Reviewers: craig.topper, mehdi_amini, nicolasvasilache

Reviewed By: craig.topper

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D78609




More information about the All-commits mailing list