[PATCH] D53877: [IR] Strawman for dedicated FNeg IR instruction
Cameron McInally via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 7 14:06:35 PST 2018
cameron.mcinally added a comment.
In https://reviews.llvm.org/D53877#1290637, @arsenm wrote:
> Bitcode compatibility tests are missing?
There's some BC coverage with the double-round-tripping `test/Assembler` tests that were added (I think?).
Could you point me to an example test in `test/Bitcode`, so that I know what I should be exercising? I don't see many tests that exercise the FP operations. Well, not directly at least.
https://reviews.llvm.org/D53877
More information about the llvm-commits
mailing list