Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
These tests will show further optimization from
; RV32I: lui a1, 1 ; RV32I-NEXT: addi a1, a1, 256 ; RV32I-NEXT: call __mulsi3@plt
to
; RV32I: slli a1, a0, 12 ; RV32I-NEXT: slli a0, a0, 8 ; RV32I-NEXT: add a0, a0, a1
llvm/test/CodeGen/RISCV/mul.ll | ||
---|---|---|
567 | Please use utils/update_llc_test_checks.py to generate the check lines to be consistent with the rest of this file. |
Comment Actions
I got the following error when trying to push. what's wrong? I applied for the push access in the summer of 2020.
remote: error: GH006: Protected branch update failed for refs/heads/master. remote: error: You're not authorized to push to this branch. Visit https://docs.github.com/articles/about-protected-branches/ for more information. To github.com:llvm/llvm-project.git ! [remote rejected] master -> master (protected branch hook declined) error: failed to push some refs to 'git@github.com:llvm/llvm-project.git'
Please use utils/update_llc_test_checks.py to generate the check lines to be consistent with the rest of this file.