[all-commits] [llvm/llvm-project] 88b259: [SimpleLoopUnswitch] Port partially invariant unsw...
JinGu Kang via All-commits
all-commits at lists.llvm.org
Fri Apr 30 07:58:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88b259c01463c08ac2575b4432c07ea7751946b5
https://github.com/llvm/llvm-project/commit/88b259c01463c08ac2575b4432c07ea7751946b5
Author: Jingu Kang <jingu.kang at arm.com>
Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
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
Differential Revision: https://reviews.llvm.org/D99354
More information about the All-commits
mailing list