[all-commits] [llvm/llvm-project] 9117dc: [AMDGPU][FixIrreducible][UnifyLoopExits] Support c...
Robert Imschweiler via All-commits
all-commits at lists.llvm.org
Thu Jul 17 06:35:47 PDT 2025
Branch: refs/heads/users/ro-i/callbr-amdgpu_1
Home: https://github.com/llvm/llvm-project
Commit: 9117dcb4b3364aa5096e05c52371d21bb08d4417
https://github.com/llvm/llvm-project/commit/9117dcb4b3364aa5096e05c52371d21bb08d4417
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-07-17 (Thu, 17 Jul 2025)
Changed paths:
M llvm/include/llvm/Support/GenericLoopInfoImpl.h
M llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
M llvm/include/llvm/Transforms/Utils/ControlFlowUtils.h
M llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
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