[PATCH] D146185: [SystemZ] Allow any I5 in RotateSelect*
Ilya Leoshkevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 4 05:14:55 PDT 2023
iii added a comment.
This now causes: https://lab.llvm.org/buildbot/#/builders/57/builds/25796
/home/buildbots/docker-RHEL84-buildbot/SetupBot/worker_env/ppc64le-clang-rhel-test/clang-ppc64le-rhel/llvm-project/llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp:209:21: error: unused function 'decodeU6ImmOperand' [-Werror,-Wunused-function]
static DecodeStatus decodeU6ImmOperand(MCInst &Inst, uint64_t Imm,
^
1 error generated.
I will fix it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146185/new/
https://reviews.llvm.org/D146185
More information about the llvm-commits
mailing list