[all-commits] [llvm/llvm-project] 73a014: [BOLT] Add test case for PIC fixed indirect jump (...

Maksim Panchenko via All-commits all-commits at lists.llvm.org
Wed May 8 17:57:06 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 73a01448c733bf08443435927677d0ebd133615b
      https://github.com/llvm/llvm-project/commit/73a01448c733bf08443435927677d0ebd133615b
  Author: Maksim Panchenko <maks at fb.com>
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
    A bolt/test/X86/Inputs/jump-table-fixed-ref-pic.s
    A bolt/test/X86/jump-table-fixed-ref-pic.test

  Log Message:
  -----------
  [BOLT] Add test case for PIC fixed indirect jump (#91547)

A compiler can generate a redundant indirection for a jump via a fixed
jump table target. Add a test case that covers such pattern that covers
PIC case. We already have non-PIC case detection.

Currently XFAIL.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list