[llvm] [PAC][CodeGen][ELF][AArch64] Support signed GOT (PR #96164)
    Tomas Matheson via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Aug  5 02:15:47 PDT 2024
    
    
  
================
@@ -0,0 +1,39 @@
+; RUN: llc -mtriple=aarch64-linux-gnu -global-isel=0 -fast-isel=0 -verify-machineinstrs \
+; RUN:   -relocation-model=pic -mattr=+pauth %s -o - | FileCheck %s
+; RUN: llc -mtriple=aarch64-linux-gnu -global-isel=0 -fast-isel=1 -verify-machineinstrs \
+; RUN:   -relocation-model=pic -mattr=+pauth %s -o - | FileCheck %s
+; RUN: llc -mtriple=aarch64-linux-gnu -global-isel=1              -verify-machineinstrs \
----------------
tmatheson-arm wrote:
Do you need `-global-isel-abort` to ensure globalisel is not falling back to selectionsdag?
https://github.com/llvm/llvm-project/pull/96164
    
    
More information about the llvm-commits
mailing list