llvm-project
7f2a5dfe
- [AArch64] Remove superfluous sxtw in peephole opt (#96293)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[AArch64] Remove superfluous sxtw in peephole opt (#96293) Across a basic-block we might have in i32 extract from a value that only operates on upper bits (for example a sxtw). We can replace the COPY with a new version skipping the sxtw.
References
#96293 - [AArch64] Remove superfluous sxtw in peephole opt
Author
davemgreen
Parents
01a98886
Loading