summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/omod-nsz-flag.mir
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Be explicit about denormal mode in MIR testsMatt Arsenault2019-11-191-0/+3
| | | | | | | Start checking the machine function in GlobalISel instead of the target directly. This temporarily breaks fcanonicalize selection in GlobalISel.
* AMDGPU: Serialize mode from MachineFunctionInfoMatt Arsenault2019-07-101-15/+9
| | | | llvm-svn: 365653
* [AMDGPU] Add support for immediate operand for S_ENDPGMDavid Stuttard2019-03-121-6/+6
| | | | | | | | | | | | | | | | | Summary: Add support for immediate operand in S_ENDPGM Change-Id: I0c56a076a10980f719fb2a8f16407e9c301013f6 Reviewers: alexshap Subscribers: qcolombet, arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, eraman, arphaman, Petar.Avramovic, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D59213 llvm-svn: 355902
* AMDGPU: Check NSZ MI flag when folding omodMatt Arsenault2018-08-121-0/+71
I'm not sure the exact nsz flag combination that is OK. I think as long as it's on either, this is OK. For now just check it on the omod multiply. llvm-svn: 339513
OpenPOWER on IntegriCloud