[llvm] [indvars] Missing variables at Og: (PR #69920)
Stephen Tozer via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 03:05:37 PDT 2024
SLTozer wrote:
One more part - you've captured the SSA values that are needed for the test, but for the SSA values you're not using you should still remove the actual names so that if the identifiers change (which can happen when building with assertions enabled I think) the test doesn't fail. Since you don't need to use the captured names, you can just use `{{.+}}`, or else you can just omit some of the lines in whole or in part.
https://github.com/llvm/llvm-project/pull/69920
More information about the llvm-commits
mailing list