[flang-commits] [flang] [flang] Simplify the comparison of characters (PR #154593)

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Tue Aug 26 13:04:01 PDT 2025


================
@@ -0,0 +1,173 @@
+// RUN: fir-opt %s --expression-simplification | FileCheck %s
----------------
vzakhari wrote:

I agree with Tom that recognizing the pattern based on the runtime calls is quite subtle and complex.  We'd better introduce HLFIR operations from the beginning, and then regognize the pattern based on the HLFIR operations.

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


More information about the flang-commits mailing list