"llvm/test/CodeGen/AMDGPU/kernel-args.ll" did not exist on "957bfc7458e291c7a5cb5cf7fdc9c0bfe9ab3939"
[X86] Check immediate before get it.
For CMP imm instruction, when the operand 1 is symbol address we should check if it is immediate first. Here is the example code. `CMP64mi32 $noreg, 8, killed renamable $rcx, @d, $noreg, @a, implicit-def $eflags` Many thanks to Craig, Topper for the test case to reproduce this issue. Differential Revision: https://reviews.llvm.org/D104037
Loading
Please sign in to comment