Closed
Description
See this comment:
llvm-project/clang/test/SemaCXX/constexpr-vectors.cpp
Lines 3 to 7 in 1139dee
Now that #101126 was merged, we can rewrite this to use []
element access on the vectors and don't need to go through codegen.
See this comment:
llvm-project/clang/test/SemaCXX/constexpr-vectors.cpp
Lines 3 to 7 in 1139dee
Now that #101126 was merged, we can rewrite this to use []
element access on the vectors and don't need to go through codegen.