[all-commits] [llvm/llvm-project] 11fcaa: [AMDGPU][FixIrreducible][UnifyLoopExits] Support c...
Robert Imschweiler via All-commits
all-commits at lists.llvm.org
Wed Oct 29 04:17:26 PDT 2025
Branch: refs/heads/users/ro-i/callbr-amdgpu_1
Home: https://github.com/llvm/llvm-project
Commit: 11fcaaef24d8776e097381c028a7c5c1e74062ca
https://github.com/llvm/llvm-project/commit/11fcaaef24d8776e097381c028a7c5c1e74062ca
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-10-29 (Wed, 29 Oct 2025)
Changed paths:
M llvm/include/llvm/ADT/GenericCycleImpl.h
M llvm/include/llvm/ADT/GenericCycleInfo.h
M llvm/include/llvm/Support/GenericLoopInfo.h
M llvm/include/llvm/Support/GenericLoopInfoImpl.h
M llvm/include/llvm/Transforms/Utils/ControlFlowUtils.h
M llvm/lib/Transforms/Utils/ControlFlowUtils.cpp
M llvm/lib/Transforms/Utils/FixIrreducible.cpp
M llvm/lib/Transforms/Utils/UnifyLoopExits.cpp
M llvm/test/Transforms/FixIrreducible/bug45623.ll
A llvm/test/Transforms/FixIrreducible/callbr.ll
M llvm/test/Transforms/FixIrreducible/nested.ll
M llvm/test/Transforms/FixIrreducible/unreachable.ll
M llvm/test/Transforms/UnifyLoopExits/basic.ll
M llvm/test/Transforms/UnifyLoopExits/integer_guards.ll
M llvm/test/Transforms/UnifyLoopExits/nested.ll
M llvm/test/Transforms/UnifyLoopExits/restore-ssa.ll
M llvm/test/Transforms/UnifyLoopExits/undef-phis.ll
Log Message:
-----------
[AMDGPU][FixIrreducible][UnifyLoopExits] Support callbr with inline-asm
First batch of changes to add support for basic inline-asm callbr for
the AMDGPU backend.
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