[PATCH] D153099: [SPIR-V] Begin removing explicit setRegClass calls
Michal Paszkowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 09:44:33 PDT 2023
mpaszkowski added a comment.
There are some new regressions after this individual patch <https://spirv-testing.khronos.org/job/compare/142/141/>, we are hitting an assert in SPIRVInstructionSelector for example in //integer_ops / long_logic//. Full testing results: https://spirv-testing.khronos.org/job/142/ <https://spirv-testing.khronos.org/job/142/>
test_integer_ops: /home/bot/Workspace/llvm-monorepo/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp:228: virtual bool {anonymous}::SPIRVInstructionSelector::select(llvm::MachineInstr&): Assertion `Res || Def->getOpcode() == TargetOpcode::G_CONSTANT' failed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153099/new/
https://reviews.llvm.org/D153099
More information about the llvm-commits
mailing list