[all-commits] [llvm/llvm-project] 9ff05d: [x86] add another test for reciprocal sqrt; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Aug 31 06:41:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9ff05dcd38f72871821a03f20f41092026e5cba0
https://github.com/llvm/llvm-project/commit/9ff05dcd38f72871821a03f20f41092026e5cba0
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-08-31 (Mon, 31 Aug 2020)
Changed paths:
M llvm/test/CodeGen/X86/sqrt-fastmath.ll
Log Message:
-----------
[x86] add another test for reciprocal sqrt; NFC
The change in rG716e35a0cf53 depends on the order that
we encounter the expression x/sqrt(x), so we need to
adjust the logic to be more flexible.
More information about the All-commits
mailing list