[flang-commits] [flang] [llvm] [Pipeline] Add IPSCCPPass at O3 to fix function specialization phase ordering (PR #201543)

Florian Hahn via flang-commits flang-commits at lists.llvm.org
Tue Jul 28 01:16:50 PDT 2026


================
@@ -0,0 +1,48 @@
+; RUN: opt -S -passes='ipsccp,function(loop(loop-rotate))' -force-specialization < %s | FileCheck %s --check-prefix=NO-LATE-IPSCCP
----------------
fhahn wrote:

this should probably check the full generated IR. This should probably be a phase ordering test, instead of making the function-specific tests depend on loop-rotate

https://github.com/llvm/llvm-project/pull/201543


More information about the flang-commits mailing list