[X86][Codegen] Remove dead code for ADCX/ADOX
There is no pattern for ADCX/ADOX and they are never selected during ISEL. So we remove the cases in some MIR optimizations in this patch. Reviewed By: craig.topper Differential Revision: https://reviews.llvm.org/D157717
Loading
Please sign in to comment