summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/fmax_legacy.ll
Commit message (Collapse)AuthorAgeFilesLines
* DAG: Change behavior of fminnum/fmaxnum nodesMatt Arsenault2018-10-221-25/+72
| | | | | | | | | | | Introduce new versions that follow the IEEE semantics to help with legalization that may need quieted inputs. There are some regressions from inserting unnecessary canonicalizes when these are matched from fast math fcmp + select which should be fixed in a future commit. llvm-svn: 344914
* AMDGPU: Cleanup min/max legacy testsMatt Arsenault2018-08-121-40/+66
| | | | | | | Also add some more tests in preparation for a future patch. llvm-svn: 339526
* DAG: Check no-signed-zeros instead of unsafe-fp-mathMatt Arsenault2018-08-121-3/+1
| | | | | | | Addresses fixme, although this should still be checking individual operand flags. llvm-svn: 339525
* AMDGPU: Allow SIShrinkInstructions to work in non-SSAMatt Arsenault2017-07-101-5/+5
| | | | | | | | Immediates can be folded as long as the immediate is a vreg. Also undo commuting instructions if it didn't fold an immediate. llvm-svn: 307575
* AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernelMatt Arsenault2017-03-211-7/+7
| | | | | | | | | | | | Currently the default C calling convention functions are treated the same as compute kernels. Make this explicit so the default calling convention can be changed to a non-kernel. Converted with perl -pi -e 's/define void/define amdgpu_kernel void/' on the relevant test directories (and undoing in one place that actually wanted a non-kernel). llvm-svn: 298444
* AMDGPU: Add volatile to test loads and storesMatt Arsenault2016-04-121-10/+10
| | | | | | | | When the memory vectorizer is enabled, these tests break. These tests don't really care about the memory instructions, and it's easier to write check lines with the unmerged loads. llvm-svn: 266071
* AMDGPU: Fix constant bus use check with subregistersMatt Arsenault2016-02-111-2/+2
| | | | | | | | | | | If the two operands to an instruction were both subregisters of the same super register, it would incorrectly think this counted as the same constant bus use. This fixes the verifier error in fmin_legacy.ll which was missing -verify-machineinstrs. llvm-svn: 260495
* SelectionDAG: Match min/max if the scalar operation is legalMatt Arsenault2015-12-111-0/+40
| | | | llvm-svn: 255388
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+116
llvm-svn: 239657
OpenPOWER on IntegriCloud