[all-commits] [llvm/llvm-project] 202ae9: [test] Fix new CodeGenPrepare test for non-X86 sys...

Jann via All-commits all-commits at lists.llvm.org
Fri Mar 5 02:49:01 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 202ae987d3e7f7fb1de9310ba618beffcbc68289
      https://github.com/llvm/llvm-project/commit/202ae987d3e7f7fb1de9310ba618beffcbc68289
  Author: Jann Horn <jannh at google.com>
  Date:   2021-03-05 (Fri, 05 Mar 2021)

  Changed paths:
    A llvm/test/Transforms/CodeGenPrepare/X86/remove-assume-block.ll
    R llvm/test/Transforms/CodeGenPrepare/remove-assume-block.ll

  Log Message:
  -----------
  [test] Fix new CodeGenPrepare test for non-X86 systems

The new test llvm/test/Transforms/CodeGenPrepare/remove-assume-block.ll
breaks on non-X86 machines. Change it to look like the existing test
llvm/test/Transforms/CodeGenPrepare/X86/delete-assume-dead-code.ll
to fix it.

Reviewed By: bkramer

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




More information about the All-commits mailing list