{"id":25345560,"url":"https://github.com/salekinsirajus/licm-optimization-pass-llvm","last_synced_at":"2026-04-26T22:32:02.752Z","repository":{"id":41959802,"uuid":"477522204","full_name":"salekinsirajus/licm-optimization-pass-llvm","owner":"salekinsirajus","description":"Loop Invariant Code Motion Optimization Pass - operates on LLVM Intermediate Representation (IR)","archived":false,"fork":false,"pushed_at":"2023-08-10T19:15:54.000Z","size":80439,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T16:14:43.094Z","etag":null,"topics":["compiler","compiler-optimization","intermediate-representation","llvm","llvm-pass","loop-optimization"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/salekinsirajus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-04T02:17:48.000Z","updated_at":"2023-06-15T14:00:15.000Z","dependencies_parsed_at":"2025-02-14T12:50:11.145Z","dependency_job_id":null,"html_url":"https://github.com/salekinsirajus/licm-optimization-pass-llvm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/salekinsirajus/licm-optimization-pass-llvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salekinsirajus%2Flicm-optimization-pass-llvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salekinsirajus%2Flicm-optimization-pass-llvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salekinsirajus%2Flicm-optimization-pass-llvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salekinsirajus%2Flicm-optimization-pass-llvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salekinsirajus","download_url":"https://codeload.github.com/salekinsirajus/licm-optimization-pass-llvm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salekinsirajus%2Flicm-optimization-pass-llvm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compiler","compiler-optimization","intermediate-representation","llvm","llvm-pass","loop-optimization"],"created_at":"2025-02-14T12:37:40.343Z","updated_at":"2026-04-26T22:32:02.733Z","avatar_url":"https://github.com/salekinsirajus.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLVM Optimization Pass: Loop Invariant Code Motion\nThis is a class project for ECE566: Compiler Optimization and Scheduling at NC State\n\n## Running Locally\nBuild a docker container using the docker file provided.\n```\ndocker build -t llvmp3:latest .\n```\n\n### Build Executable\nGet into the docker container\n```\ndocker run -v $(pwd):/ece566 -it llvmp3:latest /bin/bash\n```\nCreate a build directory\n```\nmkdir build\n```\nRun cmake\n```\ncmake ..\n```\nNow run make\n```\nmake\n```\n\n## Building Test\nCreate a test directory in the root folder and `cd` into it\n```\nmkdir test\ncd test\n```\nConfigure the benchmark tool to find the executable that we built earlier\n```\n/ece566/wolfbench/wolfbench/configure --enable-customtool=/ece566/build/p3\n```\n\n## Running Test\nwhile you are in the `test` directory, run the following command to compile\nall the benchmark.\n```\nmake all test\n```\nTo ensure that our optimization pass did not break things, run the following:\n```\nmake test compare\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalekinsirajus%2Flicm-optimization-pass-llvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalekinsirajus%2Flicm-optimization-pass-llvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalekinsirajus%2Flicm-optimization-pass-llvm/lists"}