[all-commits] [llvm/llvm-project] 995a26: [SimpleLoopUnswitch] Verify LoopInfo in turnGuardI...
Dmitry Makogon via All-commits
all-commits at lists.llvm.org
Thu Jun 8 23:45:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 995a26d2c7f92c692de6a0ecbc988c004778960f
https://github.com/llvm/llvm-project/commit/995a26d2c7f92c692de6a0ecbc988c004778960f
Author: Dmitry Makogon <d.makogon at g.nsu.ru>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
M llvm/test/Transforms/SimpleLoopUnswitch/guards.ll
M llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-skip-selects-in-guards.ll
Log Message:
-----------
[SimpleLoopUnswitch] Verify LoopInfo in turnGuardIntoBranch under a flag
A follow-up for 64397d8. Only do verification if VerifyLoopInfo is
set.
More information about the All-commits
mailing list