[clang] [llvm] [SimplifyCFG] Not folding branch in loop header with constant iterations (PR #74268)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 4 05:41:50 PST 2023
xiangzh1 wrote:
I first guess the trip.count maybe too small, but I changed the iteration Num from 16 to 1600, without this patch, it still not unroll.
https://github.com/llvm/llvm-project/pull/74268
More information about the cfe-commits
mailing list