[all-commits] [llvm/llvm-project] 9bdf04: [Coroutines] Prevent infinite loop in simplifyTerm...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Sun Jul 2 19:49:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9bdf04c8f9d40d0aa4cbaf011b1877d88dc6dbc6
      https://github.com/llvm/llvm-project/commit/9bdf04c8f9d40d0aa4cbaf011b1877d88dc6dbc6
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2023-07-03 (Mon, 03 Jul 2023)

  Changed paths:
    M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
    A llvm/test/Transforms/Coroutines/coro-split-musttail13.ll

  Log Message:
  -----------
  [Coroutines] Prevent infinite loop in simplifyTerminatorLeadingToRet

Close https://github.com/llvm/llvm-project/issues/63639

This comes from the oversight the refactoring that we missed a `return
false;` in the loop.




More information about the All-commits mailing list