[llvm] [AArch64][SME] Resume streaming-mode on entry to exception handlers (PR #156638)
    Sander de Smalen via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Sep  3 09:17:44 PDT 2025
    
    
  
================
@@ -4686,6 +4686,13 @@ class LLVM_ABI TargetLowering : public TargetLoweringBase {
     llvm_unreachable("Not Implemented");
   }
 
+  /// Optional target hook at add target-specific actions when entering EH pad
----------------
sdesmalen-arm wrote:
```suggestion
  /// Optional target hook to add target-specific actions when entering EH pad
```
https://github.com/llvm/llvm-project/pull/156638
    
    
More information about the llvm-commits
mailing list