[all-commits] [llvm/llvm-project] 2fef38: SimpleLoopUnswitch: Add missing test coverage for ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jun 2 05:30:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fef38f82dc39af42390e216ce2ab3873ab12c20
https://github.com/llvm/llvm-project/commit/2fef38f82dc39af42390e216ce2ab3873ab12c20
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-06-02 (Fri, 02 Jun 2023)
Changed paths:
A llvm/test/Transforms/SimpleLoopUnswitch/AMDGPU/lit.local.cfg
A llvm/test/Transforms/SimpleLoopUnswitch/AMDGPU/nontrivial-unswitch-divergent-target.ll
Log Message:
-----------
SimpleLoopUnswitch: Add missing test coverage for divergent target check
No tests failed when I removed the hasBranchDivergence check, so
add one.
More information about the All-commits
mailing list