AMDGPU: Add test for fdiv nofpexcept preservation
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 1 Jun 2020 18:04:02 +0000 (14:04 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 4 Jun 2020 21:35:27 +0000 (17:35 -0400)
commitb71f574e7fab8c01867d2c84296c9e3657c22409
tree495e300d6d324e5603e87779a8bd8a1c7532d7dd
parentd259668731f4a7d6f477cefff102fe1e0b86f461
AMDGPU: Add test for fdiv nofpexcept preservation

This logically belongs with 89d48ccabe6a950369b2bd922b1d8e987b856ac7,
but this order was needed to avoid regressions before adding
mayRaiseFPExceptions to relevant instructions.
llvm/test/CodeGen/AMDGPU/fdiv-nofpexcept.ll [new file with mode: 0644]