[AArch64][x86] add tests for pow(x, 0.25); NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 3 Sep 2018 22:11:47 +0000 (22:11 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 3 Sep 2018 22:11:47 +0000 (22:11 +0000)
commit0945959869dfc7c8ef13c2eecc55c6d5f260c1d2
treedc19eaf9bc9a5da4cb581fcb65cddaa8590c86bb
parent52cadf0d2dc6728886e1f35fca7331e2d2f107b4
[AArch64][x86] add tests for pow(x, 0.25); NFC

Folds for this were proposed in D49306, but we
decided the transform is better suited for the backend.

llvm-svn: 341341
llvm/test/CodeGen/AArch64/pow.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/pow.ll [new file with mode: 0644]