[flang-commits] [flang] [flang] Use __builtin_int for integer conversions (PR #195748)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Tue May 5 14:54:17 PDT 2026


================
@@ -121,6 +121,11 @@ class IntrinsicProcTable {
   std::unique_ptr<Implementation> impl_;
 };
 
+class Intrinsics {
----------------
eugeneepshteyn wrote:

Instead of putting it in a separate class, how about defining it in `class IntrinsicProcTable`, similar to how `InvalidName` is defined there?

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


More information about the flang-commits mailing list