[llvm-branch-commits] [llvm] release/22.x: [Hexagon] Fix truncation to boolean vector that need widening (#182528) (PR #183376)
Brian Cain via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Feb 26 08:16:45 PST 2026
androm3da wrote:
> > @c-rhodes remind me - I can push / clobber this PR's branch? or do I just let you know which commit to take instead? [androm3da at 50749b9](https://github.com/androm3da/llvm-project/commit/50749b96f6867ce7ac7a1ce16c1987226e9c7670) is where I put the fixed commit
>
> you can to push to this branch
Are you sure @c-rhodes ? I seem to be having trouble. a6a482e156a6800aa586b941d029b4d7d1f84581 is my baseline locally, like https://github.com/llvmbot/llvm-project/commit/a6a482e156a6800aa586b941d029b4d7d1f84581 and I created a fixup commit with the test case fixes, so I didn't need to force-push. And it still fails. I don't think I can push to `llvmbot`'s fork.
```
$ git push git at github.com:llvmbot/llvm-project.git issue182520
X11 forwarding request failed on channel 0
Enumerating objects: 15, done.
Counting objects: 100% (15/15), done.
Delta compression using up to 16 threads
Compressing objects: 100% (8/8), done.
Writing objects: 100% (8/8), 789 bytes | 789.00 KiB/s, done.
Total 8 (delta 7), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (7/7), completed with 7 local objects.
To github.com:llvmbot/llvm-project.git
! [remote rejected] issue182520 -> issue182520 (permission denied)
error: failed to push some refs to 'github.com:llvmbot/llvm-project.git'
```
https://github.com/llvm/llvm-project/pull/183376
More information about the llvm-branch-commits
mailing list