Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
09dc9c0c8363a689aa5559ae0e3ac33e381c2bb2
/
test
/
CodeGen
/
PowerPC
/
2008-10-17-AsmMatchingOperands.ll
09dc9c0
We have decided not to support inline asm where an output operand with a matching input operand with incompatible type (i.e. either one is a floating point and the other is an integer or the sizes of the types differ). SelectionDAGBuild will catch these and exit with an error.
by Evan Cheng
· 17 years ago
2a0b96c
Reapply r57699 with a fix to not crash on asms with multiple results. Unlike
by Chris Lattner
· 17 years ago
9591573
Revert r57699. It's causing regressions in
by Dan Gohman
· 17 years ago
0c52644
Fix PR2356 on PowerPC: if we have an input and output that are tied together
by Chris Lattner
· 17 years ago