-
Notifications
You must be signed in to change notification settings - Fork 155
[CIR][Codegen] Fixes global variables that point to another globals #1277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
bcardosolopes
merged 32 commits into
llvm:main
from
gitoleg:fix-globals-pointed-to-globals
Feb 5, 2025
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
d7d7b73
kind of works, but dirty and tests fail
gitoleg b4a3f15
wip
gitoleg 0252585
[CIR][CodeGen] handle zero init padding case
gitoleg 73436cd
use zero index
gitoleg f2fc318
refactoring
gitoleg 089364d
handle const arrays
gitoleg 517a89d
wip
gitoleg 9cb7e34
wip, refacroting
gitoleg f5070b7
wip
gitoleg 30c536f
fixed tests, removed zero index for vtt
gitoleg 1704b37
adds LLVM checks in tests
gitoleg 9b9ae91
[CIR][CodeGen] handle zero init padding case (#1257)
gitoleg 422a663
refactoring wip
gitoleg 0484510
bug fixed
gitoleg 5ac7673
clang-format ...
gitoleg 6349b85
changes after review
gitoleg d45b5f8
clang-format ...
gitoleg 6150116
minor
gitoleg 9d4e0d7
minor
gitoleg 54ed360
minor
gitoleg 111c9ac
rm leading zero const idx
gitoleg b538bea
bug fixing
gitoleg 661e4a4
renaming
gitoleg 7c09a9b
fixes multi dim array
gitoleg 44ac729
create new view only for the proper globs
gitoleg 85b8ee5
fixed bug with nested strucutres
gitoleg c7954a8
fixes tests
gitoleg a1595a8
clang-format ...
gitoleg 28e1772
wip
gitoleg ff563c3
minor fix
gitoleg 072a796
Merge remote-tracking branch 'upstream/main' into fix-globals-pointed…
gitoleg 2f2c844
fixing tests
gitoleg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.