Skip to content

Commit

Permalink
Not removing 'unnecessary' atomics
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 14, 2024
1 parent e02be89 commit 615d2ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class CPasses(checkOverflow: Boolean, parseContext: ParseContext, uniqueWarningL
UnusedLocRemovalPass(),
),
listOf(FetchExecuteWriteback(parseContext)),
listOf(RemoveAtomics()),
)

class ChcPasses(parseContext: ParseContext, uniqueWarningLogger: Logger) :
Expand Down

This file was deleted.

0 comments on commit 615d2ee

Please sign in to comment.