Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeGen] Emit conj/conjf/confjl libcalls as fneg instructions if possible. | Craig Topper | 2019-12-31 | 1 | -0/+20 |
We already recognize the __builtin versions of these, might as well recognize the libcall version. Differential Revision: https://reviews.llvm.org/D72028 |