[all-commits] [llvm/llvm-project] b9443c: [X86] narrowExtractedVectorSelect - don't peek thr...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue May 31 06:57:42 PDT 2022


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

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] narrowExtractedVectorSelect - don't peek through bitcasts to find source vector

We don't seem to need this for any test coverage and it was making tracking of the uses() of the source vector more difficult

Noticed while investigating Issue #55648




More information about the All-commits mailing list