[all-commits] [llvm/llvm-project] 70ab0a: [X86] Add vector shift by scalar test with bitcast...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Mar 1 07:44:26 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70ab0a9b62206add0738833cb40ea47fe5f52700
      https://github.com/llvm/llvm-project/commit/70ab0a9b62206add0738833cb40ea47fe5f52700
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-03-01 (Tue, 01 Mar 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/pr15296.ll

  Log Message:
  -----------
  [X86] Add vector shift by scalar test with bitcasted scalar shift amount

As noted on D120553, we didn't have any tests that explicitly showed the bitcast - we were relying on i64 -> i32 legalization on 32-bit targets




More information about the All-commits mailing list