[all-commits] [llvm/llvm-project] f3a275: [SimpleLoopUnswitch] Port partially invariant unsw...
JinGu Kang via All-commits
all-commits at lists.llvm.org
Wed Jun 2 03:26:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3a27511c9f820f12a16445a7c130cb34693608d
https://github.com/llvm/llvm-project/commit/f3a27511c9f820f12a16445a7c130cb34693608d
Author: Jingu Kang <jingu.kang at arm.com>
Date: 2021-06-02 (Wed, 02 Jun 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
A llvm/test/Transforms/SimpleLoopUnswitch/endless-unswitch.ll
A llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch-mssa-threshold.ll
A llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch-update-memoryssa.ll
M llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch.ll
Log Message:
-----------
[SimpleLoopUnswitch] Port partially invariant unswitch from LoopUnswitch to SimpleLoopUnswitch
This re-enables commit 107d19eb017ff6734986af077eb2e9f6600114a9 with bug fixes.
Differential Revision: https://reviews.llvm.org/D99354
More information about the All-commits
mailing list