[llvm-commits] [llvm] r59756 - /llvm/trunk/include/llvm/Intrinsics.td
Bill Wendling
isanbard at gmail.com
Fri Nov 21 19:14:19 PST 2008
Yeah. I didn't know all of the complications that came up when people
talked about this type of thing for vectors. I can see how it fails.
LLVM doesn't do implicit actions so having add, sub, etc return two
values won't work. . .
-bw
On Nov 21, 2008, at 6:47 PM, Duncan Sands <baldrick at free.fr> wrote:
> I think Chris might be saying that operations (eg: "flag of")
> should be valid if their input has the right type, no matter
> how the value of that type was calculated. But your "flag of"
> only works if the input was calculated in some specific way.
>
> Ciao,
>
> Duncan.
More information about the llvm-commits
mailing list