Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/include/llvm/IR/IRBuilder.h | ||
---|---|---|
946 | I have a stack of copysign patches it's used somewhere. I'll split this out to first use before pushing |
Paths
| Differential D139309
InstCombine: Fold fabs (copysign x, y) -> fabs x ClosedPublic Authored by arsenm on Dec 5 2022, 5:09 AM.
Details
Diff Detail Event Timelinearsenm added a child revision: D139310: InstCombine: Fold fneg (copysign x, y) -> copysign x, (fneg y).Dec 5 2022, 5:11 AM This revision is now accepted and ready to land.Dec 5 2022, 11:20 AM
Revision Contents
Diff 480059 llvm/include/llvm/IR/IRBuilder.h
llvm/include/llvm/IR/PatternMatch.h
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/test/Transforms/InstCombine/copysign-fneg-fabs.ll
|
This isn't used? Is it needed yet?