[all-commits] [llvm/llvm-project] 4db9b7: [LV] Epilogue Vectorization with Optimal Control F...

Erich Keane via All-commits all-commits at lists.llvm.org
Mon Dec 7 11:34:31 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4db9b78c8146bb8f13cfb21939778de4e90ea32f
      https://github.com/llvm/llvm-project/commit/4db9b78c8146bb8f13cfb21939778de4e90ea32f
  Author: Bardia Mahjour <bmahjour at ca.ibm.com>
  Date:   2020-12-07 (Mon, 07 Dec 2020)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/test/Transforms/LoopVectorize/X86/gather_scatter.ll
    M llvm/test/Transforms/LoopVectorize/X86/invariant-load-gather.ll
    M llvm/test/Transforms/LoopVectorize/X86/invariant-store-vectorization.ll
    M llvm/test/Transforms/LoopVectorize/X86/masked_load_store.ll

  Log Message:
  -----------
  [LV] Epilogue Vectorization with Optimal Control Flow - Default Enablement

This patch enables epilogue vectorization by default per reviewer requests.

Differential Revision: https://reviews.llvm.org/D89566


  Commit: 1c98f984105e552daa83ed8e92c61fba0e401410
      https://github.com/llvm/llvm-project/commit/1c98f984105e552daa83ed8e92c61fba0e401410
  Author: Erich Keane <erich.keane at intel.com>
  Date:   2020-12-07 (Mon, 07 Dec 2020)

  Changed paths:
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/test/AST/deduction-guides.cpp

  Log Message:
  -----------
  Stop ExtractTypeForDeductionGuide from recursing on TypeSourceInfo

As reported in PR48177, the type-deduction extraction ends up going into
an infinite loop when the type referred to has a recursive definition.
This stops recursing and just substitutes the type-source-info the
TypeLocBuilder identified when transforming the base.


Compare: https://github.com/llvm/llvm-project/compare/3ce78f54edcf...1c98f984105e


More information about the All-commits mailing list