You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clang][llvm-lit] Rewrite constexpr vectors test to use element access
Currently the constexpr vectors lit test depend on CHECK to compare
the vector values and IR, but after vector element access feature is
implemented.
This patch rewrite all tests in constexpr vectors to depend on static
asserts and element access feature
0 commit comments