ajwock updated this revision to Diff 272330.
ajwock added a comment.
It seems one of the issues that my tests revealed was already remedied in very
recent changes, causing my test to fail. I changed the test to reflect that
while also taking steven's recommendations.
CHANGES SINCE LAST ACTION
ajwock updated this revision to Diff 272186.
ajwock added a comment.
Took steven.zhang's suggestion, added REQUIRES line to diff. Hopefully
addressed harbormaster concerns.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82020/new/
https://reviews.llvm.org/D82020
Files:
clang/lib/Cod
ajwock created this revision.
ajwock added reviewers: kpn, cameron.mcinally, spatel, hfinkel, nemanjai,
kbarton.
Herald added subscribers: cfe-commits, steven.zhang, shchenz.
Herald added a project: clang.
ajwock added a reviewer: steven.zhang.
This change enables PowerPC compiler builtins to gen
ajwock updated this revision to Diff 254609.
ajwock added a comment.
Rebased for harbormaster.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76949/new/
https://reviews.llvm.org/D76949
Files:
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/builtins-ppc-fma.c
Index: clang/test/C
ajwock created this revision.
ajwock added reviewers: kpn, cameron.mcinally, spatel, hfinkel.
Herald added subscribers: cfe-commits, steven.zhang, shchenz, kbarton, nemanjai.
Herald added a project: clang.
ajwock added a reviewer: nemanjai.
Herald added a subscriber: wuzish.
This patch adds a test