Details
Details
- Reviewers
rampitec arsenm - Commits
- rZORG06f9e86bd91f: AMDGPU: Fix a mis-placed bracket
rZORG67d265fd6b9f: AMDGPU: Fix a mis-placed bracket
rG06f9e86bd91f: AMDGPU: Fix a mis-placed bracket
rG67d265fd6b9f: AMDGPU: Fix a mis-placed bracket
rG73b7272e7a87: AMDGPU: Fix a mis-placed bracket
rL360283: AMDGPU: Fix a mis-placed bracket
Diff Detail
Diff Detail
Event Timeline
lib/Target/AMDGPU/VOP2Instructions.td | ||
---|---|---|
522 | Did you find out why added complexity was used? |
lib/Target/AMDGPU/VOP2Instructions.td | ||
---|---|---|
522 | I assume this was to give priority to these over the _e32 ones for some reason. Nothing broke when I removed either set |
lib/Target/AMDGPU/VOP2Instructions.td | ||
---|---|---|
537 | This is error, brace should not include adde/sube. |
Did you find out why added complexity was used?