[clang] [CIR] Add math and builtin intrinsics support (PR #175233)

Hendrik Hübner via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 18 04:16:41 PST 2026


================
@@ -0,0 +1,118 @@
+// RUN: %clang_cc1 -triple aarch64-none-linux-android21 -fclangir -emit-cir %s -o %t.cir
----------------
HendrikHuebner wrote:

Maybe move this test file (and the other tests) to `test/CIR/CodeGenBuiltins`?

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


More information about the cfe-commits mailing list