llvm-project
1a314b24
- PeepholeOpt: Fix copy current source index accounting bug
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
PeepholeOpt: Fix copy current source index accounting bug We were essentially using the current source index as a binary value, and didn't actually use it for indexing so it did not matter. Use the operand to ensure the value is actually correct.
Author
arsenm
Committer
arsenm
Parents
85d41756
Loading