[all-commits] [llvm/llvm-project] 3849dc: [NFC] Move some asserts out of Expensive Checks
Max Kazantsev via All-commits
all-commits at lists.llvm.org
Tue Feb 14 03:43:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3849dc1f8eebe67287831512eadeadebdd8a05c1
https://github.com/llvm/llvm-project/commit/3849dc1f8eebe67287831512eadeadebdd8a05c1
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:
-----------
[NFC] Move some asserts out of Expensive Checks
This was done by reviewer's request, but in fact without them we
skip very nasty bugs. Unless it is a REAL problem, I'd keep them
in default setup.
More information about the All-commits
mailing list