Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Transforms/LoopFusion/guarded.ll | ||
---|---|---|
70 | Please precommit the test regeneration. |
Comment Actions
Not familiar with this pass, but it looks reasonable.
llvm/lib/Transforms/Scalar/LoopFuse.cpp | ||
---|---|---|
899–902 | nit: I'd prefer doing a (bool) cast or something, the ! != ! is pretty weird. |
nit: I'd prefer doing a (bool) cast or something, the ! != ! is pretty weird.