[llvm] [llvm][ARM]Add  widen strings pass (PR #107120)
    David Green via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Sep 16 08:55:50 PDT 2024
    
    
  
================
@@ -0,0 +1,25 @@
+; RUN: opt < %s -mtriple=arm-arm-none-eabi -passes="default<O2>,globalopt" -S | FileCheck %s
----------------
davemgreen wrote:
It should be enough to test with -passes=globalopt, and shouldn't need the whole pass pipeline.
https://github.com/llvm/llvm-project/pull/107120
    
    
More information about the llvm-commits
mailing list