[all-commits] [llvm/llvm-project] 3dbe33: [x86] remove CPU requirement for RUN line in test ...

Sanjay Patel via All-commits all-commits at lists.llvm.org
Thu Feb 3 09:35:45 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3dbe33e4ec413e0cc1d16d4035b46221022f343e
      https://github.com/llvm/llvm-project/commit/3dbe33e4ec413e0cc1d16d4035b46221022f343e
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-02-03 (Thu, 03 Feb 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/sbb-false-dep.ll

  Log Message:
  -----------
  [x86] remove CPU requirement for RUN line in test file; NFC

A proposed change ( D118843 ) that would affect this test
will not require a specific CPU model to show a difference.


  Commit: a662456b33ed776fff3aac7d26cf238fe8048b5a
      https://github.com/llvm/llvm-project/commit/a662456b33ed776fff3aac7d26cf238fe8048b5a
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-02-03 (Thu, 03 Feb 2022)

  Changed paths:
    A llvm/test/CodeGen/X86/sbb-zero-idiom.ll

  Log Message:
  -----------
  [x86] add minimal test for sbb idiom and CPU capabilities; NFC

D116804 proposes to alter codegen on this example based on
CPU tuning, so check a variety of models to confirm it works
as expected. We already have this test mixed in with several
others in another test file, but it seems wasteful to add so
many RUN lines to check this difference over and over again.


Compare: https://github.com/llvm/llvm-project/compare/54d2e6a1214f...a662456b33ed


More information about the All-commits mailing list