[llvm] [indvars] Missing variables at Og: (PR #69920)

Carlos Alberto Enciso via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 23:51:12 PDT 2023


CarlosAlbertoEnciso wrote:

@nikic Thanks for your feedback.
I uploaded a new patch addressing:
- Moved the new logic to `rewriteLoopExitValues`.
- Removed from the test cases, the unrelated functions: `nop` and `main`.
- Use `isa<SCEVConstant>`.

https://github.com/llvm/llvm-project/pull/69920


More information about the llvm-commits mailing list