[all-commits] [llvm/llvm-project] 228128: [X86] Add more thorough testing of the zext(logica...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Mar 15 10:21:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2281286eb7a1b03927dbc18aa9ef242557a36bdf
      https://github.com/llvm/llvm-project/commit/2281286eb7a1b03927dbc18aa9ef242557a36bdf
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    A llvm/test/CodeGen/X86/zext-lshr.ll
    M llvm/test/CodeGen/X86/zext-shl.ll

  Log Message:
  -----------
  [X86] Add more thorough testing of the zext(logicalshift(zext(x),c)) -> logicalshift(zext(x),c) fold

Add tests for more extension combos, 64-bit targets and some illegal types




More information about the All-commits mailing list