[all-commits] [llvm/llvm-project] 5a33d1: [SimplifyCFG] Don't hoist allocas

aeubanks via All-commits all-commits at lists.llvm.org
Tue Sep 13 09:23:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a33d1f0b9434cdbab6d5f2134a9858762c832c9
      https://github.com/llvm/llvm-project/commit/5a33d1f0b9434cdbab6d5f2134a9858762c832c9
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-09-13 (Tue, 13 Sep 2022)

  Changed paths:
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/test/Transforms/SimplifyCFG/hoist-common-skip.ll

  Log Message:
  -----------
  [SimplifyCFG] Don't hoist allocas

D129370 started hoisting allocas across stacksave/stackrestore
boundaries which is wrong.

Reviewed By: chill, rnk

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




More information about the All-commits mailing list