-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fully support hoisting of fill-array-data
Summary: `IRInstruction::hash` already expanded the `data` portion of an `IRInstruction`. This makes it so that `operator==` also does a deep equality check over the `data`. This addresses an internal inconsistency in the branch-prefix hoisting pass. Reviewed By: wsanville Differential Revision: D66800414 fbshipit-source-id: 68667e96e2e08b9328f2ef29b5dff45818465c9d
- Loading branch information
1 parent
a902ace
commit 7cc52a7
Showing
2 changed files
with
58 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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 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