Skip to content

Commit

Permalink
[DAG] Constant fold + canonicalize integer binops before SimplifyVBin…
Browse files Browse the repository at this point in the history
…Op call

SimplifyVBinOp still has a FoldConstantArithmetic call, which now it isn't vector specific we should be able to remove (once fp binops are tidied up); but we can at least clean up the integer opcodes to perform the basic constant/undef handling in common code first.
  • Loading branch information
RKSimon committed Dec 17, 2021
1 parent 5458658 commit 42f0010
Showing 1 changed file with 114 additions and 125 deletions.

0 comments on commit 42f0010

Please sign in to comment.