[PATCH] [ARM] Add tests for default value of Tag_ABI_FP_rounding.
Tim Northover
t.p.northover at gmail.com
Tue Dec 2 09:26:31 PST 2014
Hi Charlie,
I'm not sure these tests are actually testing what you think they are. the "CHECK-XYZ-NOT" test only applies to the text before the first part that actually is matched. For example
CHECK-NOT: foo
CHECK: bar
would match:
bar
foo
We probably just need a separate file (though not with every CPU, in my opinion, that's quite a few extra processes).
http://reviews.llvm.org/D6480
More information about the llvm-commits
mailing list