[all-commits] [llvm/llvm-project] f81f32: [X86] lowerBuildVectorAsBroadcast - remove repeate...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue May 30 05:27:27 PDT 2023


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

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

  Log Message:
  -----------
  [X86] lowerBuildVectorAsBroadcast - remove repeated hasAVX() check. NFC.

We already early-out at the top of the function.




More information about the All-commits mailing list