Skip to content
Commit 54a2c326 authored by Richard Osborne's avatar Richard Osborne
Browse files

Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bit

expression add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if all
operands are zero extended.

llvm-svn: 98168
parent 7e3283c0
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