From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 8943bfbd0820..0385a1b4e839 main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at 0385a1b4e839 [X86] combineSelect - fold select(c,trunc(x),y) -> X86ISD::MTRUNC(x,y,c) for non-BWI targets (#201339)