Skip to content
Commit df5205ef authored by Akira Hatanaka's avatar Akira Hatanaka
Browse files

Implement a DAGCombine in MipsISelLowering.cpp which transforms the following

pattern:

(add v0, (add v1, abs_lo(tjt))) => (add (add v0, v1), abs_lo(tjt))

"tjt" is a TargetJumpTable node. 

llvm-svn: 158419
parent 8acadcb8
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