[all-commits] [llvm/llvm-project] cfeb0b: [SimpleLoopUnswitch] Temorarily switch off simple-...
Max Kazantsev via All-commits
all-commits at lists.llvm.org
Tue Feb 14 03:23:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cfeb0bf83ec160c2a7fc40313752c9a9407eaae2
https://github.com/llvm/llvm-project/commit/cfeb0bf83ec160c2a7fc40313752c9a9407eaae2
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
Log Message:
-----------
[SimpleLoopUnswitch] Temorarily switch off simple-loop-unswitch-inject-invariant-conditions. PR60736
It caused an assertion failure, not sure induced or introduced. Disabling
to investigate it. See details at https://github.com/llvm/llvm-project/issues/60736
Commit: ebc21c7a2558b470765ab6f96c0544a5e602660a
https://github.com/llvm/llvm-project/commit/ebc21c7a2558b470765ab6f96c0544a5e602660a
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
A llvm/test/Transforms/SimpleLoopUnswitch/pr60736.ll
Log Message:
-----------
[Test] Add test for PR60736
Details at https://github.com/llvm/llvm-project/issues/60736
Compare: https://github.com/llvm/llvm-project/compare/8c7cfa357280...ebc21c7a2558
More information about the All-commits
mailing list