[all-commits] [llvm/llvm-project] 6170bb: [InstCombine] Create store using IRBuilder

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed May 17 06:20:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6170bb895917e69793fe2125bb79d2991183492b
      https://github.com/llvm/llvm-project/commit/6170bb895917e69793fe2125bb79d2991183492b
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-05-17 (Wed, 17 May 2023)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
    M llvm/test/Transforms/InstCombine/getelementptr.ll

  Log Message:
  -----------
  [InstCombine] Create store using IRBuilder

This ensures it gets reprocessed in the same iteration. In
particular the alignment will be increased (which is quite
pointless, of course).




More information about the All-commits mailing list