Skip to content
Snippets Groups Projects

Add intrinsic calls to Hercules IR

Merged Aaron Councilman requested to merge hercules-intrinsics into main
2 unresolved threads
  • Add new intrinsic node (with parsing and dumping)
  • Add type checking and constant propagation rules for intrinsics

Merge request reports

Checking pipeline status.

Merged by rarbore2rarbore2 7 months ago (Sep 10, 2024 8:06pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
264 pub enum Intrinsic {
265 Abs,
266 ACos,
267 ACosh,
268 ASin,
269 ASinh,
270 ATan,
271 ATan2,
272 ATanh,
273 Cbrt, // Cube root
274 Ceil,
275 Cos,
276 Cosh,
277 Exp, // e^x
278 Exp2, // 2^x
279 ExpM1, // e^x - 1
  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 2 commits

    Compare with previous version

  • rarbore2 mentioned in commit 5e26d102

    mentioned in commit 5e26d102

  • merged

  • Please register or sign in to reply
    Loading