Skip to content
Commit b8a74276 authored by Chris Lattner's avatar Chris Lattner
Browse files

fix a bunch of partially ambiguous patterns on ARM. As an

example, this:

(set DPR:$dst, (fsub (fneg (fmul DPR:$a, DPR:$b)), DPR:$dstin))

is ambiguous because DPR contains both f64 and v2f32.  tblgen
currently accidentally picks f64 because it's first in the 
regclass.

llvm-svn: 97955
parent 8a16769b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment