[all-commits] [llvm/llvm-project] 983333: [X86] bypass-slow-division-64.ll - extend cpu test...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun May 5 05:28:04 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 983333234bd1b9c3d2b05f010a293fee6dc9c069
      https://github.com/llvm/llvm-project/commit/983333234bd1b9c3d2b05f010a293fee6dc9c069
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-05-05 (Sun, 05 May 2024)

  Changed paths:
    M llvm/test/CodeGen/X86/bypass-slow-division-64.ll

  Log Message:
  -----------
  [X86] bypass-slow-division-64.ll - extend cpu test coverage

Ensure we test with/without the idivq-to-divl attribute, and test the x86-64-v* cpu levels and some common Intel/AMD cpus


  Commit: de9b386f84b58ad0ffc12e221bc6d9161ca5b62d
      https://github.com/llvm/llvm-project/commit/de9b386f84b58ad0ffc12e221bc6d9161ca5b62d
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-05-05 (Sun, 05 May 2024)

  Changed paths:
    M llvm/test/CodeGen/X86/bypass-slow-division-64.ll

  Log Message:
  -----------
  [X86] bypass-slow-division-64.ll - add optsize/minsize tests

Make sure we're not expanding div32-div64 codegen when we're focussed on codesize


Compare: https://github.com/llvm/llvm-project/compare/72eaa0ed9934...de9b386f84b5

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list