[all-commits] [llvm/llvm-project] a757f2: [SimplifyCFG] Extend jump-threading to allow live ...

LU-JOHN via All-commits all-commits at lists.llvm.org
Thu Jul 31 06:44:35 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a757f23404c594f4a48b4ddb6625f88b349d11d5
      https://github.com/llvm/llvm-project/commit/a757f23404c594f4a48b4ddb6625f88b349d11d5
  Author: LU-JOHN <John.Lu at amd.com>
  Date:   2025-07-31 (Thu, 31 Jul 2025)

  Changed paths:
    M clang/test/CodeGenObjC/exceptions.m
    M clang/test/Headers/__clang_hip_math.hip
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/test/CodeGen/AArch64/avoid-free-ext-promotion.ll
    A llvm/test/Transforms/SimplifyCFG/jump-threading-live-on-exit.ll
    A llvm/test/Transforms/SimplifyCFG/jump-threading-max-jump-threading-live-blocks.ll

  Log Message:
  -----------
  [SimplifyCFG] Extend jump-threading to allow live local defs (#135079)

Extend jump-threading to allow local defs that are live outside of the
threaded block. Allow threading to destinations where the local defs are
not live.

---------

Signed-off-by: John Lu <John.Lu at amd.com>



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