This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0f7b987bae0 [mips] Disable the selection of mixed microMIPS/MIPS code new e0a1c477d72 [AArch64][x86] add tests for pow(x, 0.25); NFC
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/CodeGen/AArch64/pow.ll | 187 ++++++++++++++++++++++++++++++++++++++++++++ test/CodeGen/X86/pow.ll | 157 +++++++++++++++++++++++++++++++++++++ 2 files changed, 344 insertions(+) create mode 100644 test/CodeGen/AArch64/pow.ll create mode 100644 test/CodeGen/X86/pow.ll