Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Be explicit about denormal mode in MIR tests | Matt Arsenault | 2019-11-19 | 1 | -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 MachineFunctionInfo | Matt Arsenault | 2019-07-10 | 1 | -15/+9 |
| | | | | llvm-svn: 365653 | ||||
* | [AMDGPU] Add support for immediate operand for S_ENDPGM | David Stuttard | 2019-03-12 | 1 | -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 omod | Matt Arsenault | 2018-08-12 | 1 | -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 |