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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 03:15:20 PST 2024


================
@@ -0,0 +1,120 @@
+; RUN: opt -passes=indvars -S -o - < %s | FileCheck %s
----------------
nikic wrote:

These tests should be in the IndVarSimplify directory, not the LoopSimplify directory.

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


More information about the llvm-commits mailing list