[llvm] [LoopPeel] Remove known trip count restriction when peeling last. (PR #140792)
Paul Osmialowski via llvm-commits
llvm-commits at lists.llvm.org
Tue May 27 12:25:38 PDT 2025
pawosm-arm wrote:
This commit causes a regression. I can't build CMake-3.30.5 (the version recommended by spack, the `Source/cmJSONState.cxx` file) when assertions are turned on in LLVM, unless I revert this commit:
```
clang++: llvm/include/llvm/Support/Casting.h:578: decltype(auto) llvm::cast(From *) [To = llvm::IntegerType, From = llvm::Type]: Assertion `isa<To>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
```
https://github.com/llvm/llvm-project/pull/140792
More information about the llvm-commits
mailing list