[llvm-commits] [llvm] r99758 - /llvm/trunk/lib/Target/X86/X86InstrSSE.td
Eli Friedman
eli.friedman at gmail.com
Sun Mar 28 02:05:38 PDT 2010
On Sun, Mar 28, 2010 at 1:40 AM, Chris Lattner <sabre at nondot.org> wrote:
> --- llvm/trunk/lib/Target/X86/X86InstrSSE.td (original)
> +++ llvm/trunk/lib/Target/X86/X86InstrSSE.td Sun Mar 28 03:40:48 2010
> @@ -3198,8 +3198,6 @@
>
> // Set lowest element and zero upper elements.
> let AddedComplexity = 15 in
> -def : Pat<(v2f64 (movl immAllZerosV_bc, VR128:$src)),
> - (MOVZPQILo2PQIrr VR128:$src)>, Requires<[HasSSE2]>;
> def : Pat<(v2f64 (X86vzmovl (v2f64 VR128:$src))),
> (MOVZPQILo2PQIrr VR128:$src)>, Requires<[HasSSE2]>;
Did you mean to delete the AddedComplexity line as well?
-Eli
More information about the llvm-commits
mailing list