llvm-project
fac1866c
- [X86] Remove redundant and-not pattern code in X86 (#157687)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
56 days ago
[X86] Remove redundant and-not pattern code in X86 (#157687) These transforms are now handled in DAGCombine, so enable hasAndNotCompare for all scalar cases on X86, and remove the platform-specific code that does the same thing.
References
#157687 - [X86] Remove redundant and-not pattern code in X86
Author
LumioseSil
Parents
15e7177f
Loading