Skip to content
Commit c9990846 authored by Jessica Paquette's avatar Jessica Paquette
Browse files

[GlobalISel] Port some basic shufflevector undef combines from the DAGCombiner

Port over the following:

- shuffle undef, undef, any_mask -> undef
- shuffle anything, anything, undef_mask -> undef

This sort of thing shows up a lot when you try to bugpoint code containing
shufflevector.

Differential Revision: https://reviews.llvm.org/D76382
parent 6bc775a1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment