[PATCH] D25265: [C API] Add test for D25259 and new LLVMIsExact function.
Manuel Jacob via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 4 19:05:19 PDT 2018
mjacob added a comment.
I'm really sorry to not have finished this, despite telling you that I'll do it.
The one remaining issue: where do we move the `LLVMIsExact` to? After `LLVMBuildExactSDiv`? Something similar was done with `LLVMIsAtomicSingleThread`, which is right after the `LLVMBuildAtomicCmpXchg` that creates atomic instructions.
Repository:
rL LLVM
https://reviews.llvm.org/D25265
More information about the llvm-commits
mailing list