[all-commits] [llvm/llvm-project] 8c60ef: [InferAlignment][NFC] Unify Load/Store handling i...

hanbeom via All-commits all-commits at lists.llvm.org
Thu Oct 17 06:47:59 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8c60efe94ba33aaf0f4226377dbe6613966ea6cc
      https://github.com/llvm/llvm-project/commit/8c60efe94ba33aaf0f4226377dbe6613966ea6cc
  Author: hanbeom <kese111 at gmail.com>
  Date:   2024-10-17 (Thu, 17 Oct 2024)

  Changed paths:
    M llvm/include/llvm/IR/Instructions.h
    M llvm/lib/Transforms/Scalar/InferAlignment.cpp

  Log Message:
  -----------
   [InferAlignment][NFC] Unify Load/Store handling in tryToImproveAlign (#112699)

Removes code duplication in tryToImproveAlign by unifying load and
store instruction handling with getLoadStore helper functions.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list