[all-commits] [llvm/llvm-project] 9cf647: [PhaseOrdering] move an 'opt' test from x86 codege...

RotateRight via All-commits all-commits at lists.llvm.org
Thu Sep 24 06:53:09 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9cf647bb3f88434e3ecba8e108d56fa4e3ed56f9
      https://github.com/llvm/llvm-project/commit/9cf647bb3f88434e3ecba8e108d56fa4e3ed56f9
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-09-24 (Thu, 24 Sep 2020)

  Changed paths:
    R llvm/test/CodeGen/X86/nancvt.ll
    A llvm/test/Transforms/PhaseOrdering/nancvt.ll

  Log Message:
  -----------
  [PhaseOrdering] move an 'opt' test from x86 codegen; NFC

This file comes from 2007, and I'm not entirely sure of the
motivation, but it was going through all of opt and llc.
The llc part is almost certainly unnecessary as shown in
the now auto-generated FileCheck lines.

This test may be affected by a logic change suggested in:
D87835




More information about the All-commits mailing list