[llvm] [IR2Vec] Adding tests to check multiple invocations of `getFunctionVector()` and `getInstVecMap()` return same results (PR #162365)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 7 13:53:37 PDT 2025


https://github.com/boomanaiden154 commented:

Given the tests only differ by a single enum value, this seems like a good case for use of a value-parameterized test. https://google.github.io/googletest/advanced.html#value-parameterized-tests

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


More information about the llvm-commits mailing list