kiausch marked 4 inline comments as done.
kiausch added inline comments.

================
Comment at: llvm/test/CodeGen/PowerPC/efpu2.ll:6
+; Single tests 
+; identical to tests in spe.ll
+
----------------
nemanjai wrote:
> It might make sense to just add a RUN line in that test case rather than 
> stating in a comment that they are identical (i.e. they may not be identical 
> if the original one changes down the road).
Merged the tests into spe.ll which is now executed multiple times using 
additional RUN lines.
Using split-file the file is separeted into a single-precision part which is 
supposed to generate identical code to the spe implementation and a 
double-precision part which is checked to generate different results for the 
efpu2 option.
Is that kind of what you had in mind?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92935/new/

https://reviews.llvm.org/D92935

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to