[llvm] [IR] Split vector.splice into vector.splice.left and vector.splice.right (PR #170796)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 12 10:44:06 PST 2025
topperc wrote:
I found that C++20 adds std::shift_left and std::shift_right to <algorithm> for container ranges that matches the definitions of left and right used here.
https://github.com/llvm/llvm-project/pull/170796
More information about the llvm-commits
mailing list