================ @@ -1876,6 +1876,13 @@ class X86MCPlusBuilder : public MCPlusBuilder { // add %r2, %r1 // jmp *%r1 // + // or a fixed indirect jump template: + // + // movslq En(%rip), {%r2|%r1} + // lea PIC_JUMP_TABLE(%rip), {%r1|%r2} <- MemLocInstr ---------------- rafaelauler wrote:
Update this comment and the one above it to reflect the new matching logic: there is no MemLocInstr anymore https://github.com/llvm/llvm-project/pull/91667 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits