Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ELF note types for LLPC cache hash #2

Open
wants to merge 171 commits into
base: amd-gfx-gpuopen-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
171 commits
Select commit Hold shift + click to select a range
e5c01b9
Buffer memory op merging pass for s_buffer_load
dstutt Jul 14, 2017
ef9b539
[AMDGPU] intrintrics for byte/short load/store
Feb 5, 2018
fa5c650
[AMDGPU] Fix issue for zext of f16 to i32
dstutt Mar 15, 2018
72ee292
[AMDGPU] Use waterfall for readlane with non-uniform index
dstutt Mar 15, 2018
7438b5d
[AMDGPU] Fix-up cases where writelane has 2 SGPR operands
dstutt Apr 25, 2018
feaf835
[AMDGPU] Implement set of waterfall intrinsics
dstutt Apr 25, 2018
565436a
[RegisterCoalescer] Extend subranges to uses after join
trenouf Aug 30, 2018
3fa50ba
[RegisterCoalescer] Do not eliminateUndefCopy for a partial copy
trenouf Aug 30, 2018
c7bf31b
[LiveRangeCalc] Fixed findReachingDefs bug
trenouf Sep 1, 2018
8b6ea62
[RegisterCoalescer] Avoid "Use not jointly dominated by defs" in remo…
trenouf Sep 9, 2018
68e4f33
[RegisterCoalescer] Only look at main ranges in valuesIdentical/follo…
trenouf Sep 9, 2018
30fbc81
Do not force skip over export instruction in PS
perlfu Dec 14, 2018
2635ffd
[AMDGPU] Temporarily disabled immarg check in verifier
trenouf Mar 26, 2019
6587f10
[InstCombine] Fix a vector-of-pointers instcombine undef bug.
trenouf Apr 15, 2019
219314a
[StackProtector][AMDGPU] Uniform values being used outside loop marke…
Apr 17, 2019
9bfc4a1
[AMDGPU] Revised optional bounds checking for scratch accesses
perlfu Jun 13, 2019
946e612
[LiveInterval] Removed bogus empty subrange assert
trenouf Jun 18, 2019
27dc5a8
Revert "AMDGPU: Be explicit about whether the high-word in SI_PC_ADD_…
trenouf Jun 19, 2019
cd87f1a
[AMDGPU] Add Wave32 Support to Scratch Bounds Checking Pass
perlfu Jul 5, 2019
6efb5e0
[AMDGCN] Support wave32/64 in waterfall intrinsics
dstutt May 20, 2019
dcf74f4
[AMDGPU] Fix getDwordOffset in buffer mem merging pass
piotrAMD Apr 30, 2019
dc3170a
Merge MIMG instructions
piotrAMD Jun 28, 2019
b8c9a08
[AMDGPU] Prevent backend override of WGP when using PAL
dstutt Jun 21, 2019
ce17a44
Fixed "Merge MIMG instructions"
piotrAMD Jul 17, 2019
1acef8b
[AMDGPU] Temporarily Disable Atomic Optimizer for GFX10
perlfu Jul 22, 2019
2edcce6
[SDA] Don't stop divergence propagation at the IPD.
simoll Jul 26, 2019
d050e52
[AMDGPU] gfx10 atomic optimizer changes.
jayfoad Jul 30, 2019
d702c00
Reinstate "AMDGPU: Be explicit about whether the high-word in SI_PC_A…
trenouf Aug 8, 2019
5af7874
Partially revert D61491 "AMDGPU: Be explicit about whether the high-w…
trenouf Aug 8, 2019
c62b84d
gfx10 atomic opt test fixup
trenouf Aug 8, 2019
4c5cbb2
[AMDGPU] Fix to 'Fold readlane from copy of SGPR or imm'
trenouf Aug 12, 2019
c84ccc6
Revert "[AMDGPU] Enable merging m0 initializations."
trenouf Aug 14, 2019
f4f9552
[InstCombine][AMDGPU] Simplify tbuffer loads
piotrAMD Aug 30, 2019
37ba27f
[TLI][AMDGPU] AMDPAL does not have library functions
trenouf Sep 10, 2019
fc7af57
[AMDGPU] Remove unnecessary movs for v_fmac operands
Aug 23, 2019
d0e9bdb
Revert "Reapply "AMDGPU: Split block for si_end_cf""
arsenm Aug 20, 2019
0539a12
Revert "[AMDGPU] Remove unnecessary movs for v_fmac operands"
trenouf Sep 17, 2019
77ceb89
Revert "[InstCombine][AMDGPU] Simplify tbuffer loads"
trenouf Sep 17, 2019
ccf09e1
Overwritten with: 77ceb89db41 Revert "[InstCombine][AMDGPU] Simplify …
Oct 10, 2019
26f5a10
Buffer memory op merging pass for s_buffer_load
dstutt Jul 14, 2017
76e0a66
[AMDGPU] intrinsics for byte/short load/store
Feb 5, 2018
dfe14ed
[AMDGPU] Fix issue for zext of f16 to i32
dstutt Mar 15, 2018
34c9330
[AMDGPU] Fix-up cases where writelane has 2 SGPR operands
dstutt Apr 25, 2018
a8dcacf
[AMDGPU] Implement set of waterfall intrinsics
dstutt Apr 25, 2018
5cd6143
[RegisterCoalescer] Extend subranges to uses after join
trenouf Aug 30, 2018
ba17323
[RegisterCoalescer] Do not eliminateUndefCopy for a partial copy
trenouf Aug 30, 2018
d067cbd
[LiveRangeCalc] Fixed findReachingDefs bug
trenouf Sep 1, 2018
2bb2965
[RegisterCoalescer] Avoid "Use not jointly dominated by defs" in remo…
trenouf Sep 9, 2018
06e3144
[RegisterCoalescer] Only look at main ranges in valuesIdentical/follo…
trenouf Sep 9, 2018
c883396
Do not force skip over export instruction in PS
perlfu Dec 14, 2018
18cb9b2
[AMDGPU] Temporarily disabled immarg check in verifier
trenouf Mar 26, 2019
f20ae31
[StackProtector][AMDGPU] Uniform values being used outside loop marke…
Apr 17, 2019
011e0e0
[AMDGPU] Revised optional bounds checking for scratch accesses
perlfu Jun 13, 2019
cef330f
Merge MIMG instructions
piotrAMD Jun 28, 2019
cc72be2
[SDA] Don't stop divergence propagation at the IPD.
simoll Jul 26, 2019
8e41591
[AMDGPU] Add llvm.amdgcn.wqm.demote intrinsic
perlfu Jul 5, 2019
ce9a97b
Overwritten with: 8e415910ec7 [AMDGPU] Add llvm.amdgcn.wqm.demote int…
Oct 10, 2019
4055769
[AMDGPU] Add llvm.amdgcn.wqm.helper intrinsic to complement demote
perlfu Sep 18, 2019
0866736
Overwritten with: 4055769b492 [AMDGPU] Add llvm.amdgcn.wqm.helper int…
Oct 10, 2019
9d4e892
Overwritten with: 92b4e096fc2 [AMDGPU] Use waterfall for readlane wit…
Oct 10, 2019
6256c6e
Overwritten with: 56002f2cdbb [SLC] Allow llvm.pow(x,2.0) -> x*x etc …
Oct 10, 2019
2b5181f
Overwritten with: fbb18a0270f Merged from upstream llvm 373192: ac0f4…
Oct 10, 2019
40fbaf4
Overwritten with: b8e91803875 Merged from upstream llvm 373423: [X86]…
Oct 10, 2019
33e6f13
Overwritten with: b19c164e79d Remove dubious logic in bidirectional l…
Oct 11, 2019
068af91
Overwritten with: acb3c7cf906 Fixes after merge due to change to alwa…
Oct 21, 2019
56636f1
Overwritten with: b4d32d7bf5b XFAIL dpp_combine.mir after reverting f…
Oct 25, 2019
717c9c6
Revert "[AMDGPU] Come back patch for the 'Assign register class for c…
Oct 30, 2019
6b257bf
Revert "AMDGPU: Use SGPR_128 instead of SReg_128 for vregs"
Nov 1, 2019
2c15e55
Overwritten with: 6b257bf4153 Revert "AMDGPU: Use SGPR_128 instead of…
Nov 1, 2019
2c07340
Revert "AMDGPU: Use SGPR_128 instead of SReg_128 for vregs"
Nov 1, 2019
0071048
Overwritten with: 2c07340a810 Revert "AMDGPU: Use SGPR_128 instead of…
Nov 4, 2019
65129cf
Merge 2c15e55bc4b into HEAD
Nov 5, 2019
220194b
Overwritten with: 3bbd3f1235f Revert "AMDGPU: Use SGPR_128 instead of…
Nov 5, 2019
b3cb789
Overwritten with: d401164f02a Merged master:0703db39892 into amd-gfx:…
trenouf Nov 11, 2019
9894965
Overwritten with: a62196f745a Manual merge master:b0c1900820c into am…
trenouf Nov 19, 2019
cc9adb3
Overwritten with: a3f66b052d7 Merged master:a9bb669e59f into amd-gfx:…
perlfu Nov 21, 2019
728902d
Overwritten with: 5e3bf90389a AMDGPU: Partially revert Make WQM aware…
perlfu Nov 26, 2019
7858771
Overwritten with: cad42751dee Revert "AMDGPU: Change boolean content …
trenouf Dec 2, 2019
1532478
Revert "AMDGPU: Change boolean content type to 0 or 1"
trenouf Nov 29, 2019
a62a00e
Overwritten with: 1532478d480 Revert "AMDGPU: Change boolean content …
trenouf Dec 2, 2019
9dad443
Merged amd-gfx-legal-branch2 into amd-gfx-legal-branch
trenouf Dec 3, 2019
198b0c7
Revert "[InstCombine] remove identity shuffle simplification for mask…
jayfoad Dec 6, 2019
cc0df5a
Overwritten with: 198b0c7191b Revert "[InstCombine] remove identity s…
trenouf Dec 6, 2019
0549a86
Overwritten with: 9333d68d986 Merged master:170ee645f4d into amd-gfx:…
jayfoad Dec 11, 2019
c22b899
Overwritten with: 131b8289ffd Merge master:fce1a6f5848 into amd-gfx:9…
piotrAMD Dec 16, 2019
08268e9
Overwritten with: 724d2153965 Merged master:0f0330a7870 into amd-gfx:…
trenouf Jan 4, 2020
1ecf0a1
Overwritten with: 293ea4504e7 Manually merged master:6d6a4590c5d into…
Jan 16, 2020
b8057d9
Overwritten with: 293ea4504e7 Manually merged master:6d6a4590c5d into…
trenouf Jan 24, 2020
861404a
Overwritten with: 7ebe0854be14 Manually merged master:b54aa053d3a int…
trenouf Jan 27, 2020
71e5ca0
Overwritten with: 0cd3f3ea2fb2 [AMDGPU] Don't remove short branches o…
trenouf Feb 6, 2020
bf355f2
Overwritten with: f54c614eda17 AMDGPU: During img instruction ret val…
trenouf Feb 6, 2020
a163b38
Overwritten with: 0d6eb9a09d3 Revert "[codegen,amdgpu] Enhance MIR DI…
Feb 10, 2020
4048811
AMDGPU: Correct const_index_stride for wave 32
dstutt Feb 24, 2020
434a284
Overwritten with: 40488113135e AMDGPU: Correct const_index_stride for…
trenouf Feb 25, 2020
3bc4902
Dummy change to td files to fix build problem
Feb 24, 2020
878d4bd
Overwritten with: 3bc4902faa7e Dummy change to td files to fix build …
trenouf Feb 26, 2020
0d25720
Cherry-picked: Revert "Revert "Revert "[codegen,amdgpu] Enhance MIR D…
dstutt Mar 10, 2020
e404e4b
Overwritten with: 0d25720311ee Cherry-picked: Revert "Revert "Revert …
trenouf Mar 11, 2020
0aab7f3
Overwritten with: 2ad1b3f0b97c Revert "Revert "Revert "[codegen,amdgp…
trenouf Mar 11, 2020
9ad2301
Overwritten with: 80e004f6b881 [AMDGPU] Add transformation of kills t…
trenouf Mar 12, 2020
815afb5
Overwritten with: 46601da50bc Reinstate getSplat(unsigned NumElts, Co…
trenouf Mar 13, 2020
5c958c7
Overwritten with: 0aab7f3563c Overwritten with: 2ad1b3f0b97c Revert "…
trenouf Mar 14, 2020
b2b163f
Overwritten with: da5f3adce76 Merged master:536ba6373f0 into amd-gfx:…
trenouf Mar 17, 2020
1ebc431
Overwritten with: c2636080d53 Merged master:ac1d23ed7de into amd-gfx:…
jayfoad Mar 20, 2020
0e27e33
Overwritten with: 82bcf11f39b Revert "Reinstate getSplat(unsigned Num…
trenouf Apr 6, 2020
f675b27
Overwritten with: 5583605b7a5 [AMDGPU] Disable endcf collapse again
jayfoad Apr 7, 2020
84d753b
Overwritten with: c60a9bf89b8 [AMDGPU] Revert scratch wave offset cha…
trenouf Apr 8, 2020
c7c3927
[AMDGPU] Disable endcf collapse again
jayfoad Apr 6, 2020
50077fc
Overwritten with: c7c392758ea [AMDGPU] Disable endcf collapse again
trenouf Apr 9, 2020
7b14353
Merged amd-gfx-legal-branch3 info amd-gfx-legal
Apr 10, 2020
5ae05ed
Overwritten with: d486507dbf1 Merged master:8812b0cc5cc into amd-gfx:…
trenouf Apr 17, 2020
a1299ba
Overwritten with: 240ccfe95f7 Revert "[AMDGPU] Set the CostPerUse val…
trenouf Apr 21, 2020
3b3df72
Revert "[AMDGPU] Set the CostPerUse value for vgpr registers."
piotrAMD Apr 20, 2020
15d123d
Overwritten with: 3b3df728f19 Revert "[AMDGPU] Set the CostPerUse val…
trenouf Apr 21, 2020
f02738a
Merge amd-gfx-legal-branch4 into amd-gfx-legal
trenouf Apr 21, 2020
53692d9
Overwritten with: ae0e4779765 Merge "[AMDGPU] Avoid more hard-coded l…
jayfoad Apr 24, 2020
4ae16c2
[MsgPack] MsgPackDocument::readFromBlob now merges
May 9, 2020
c57487b
Overwritten with: 4ae16c21fe3 [MsgPack] MsgPackDocument::readFromBlob…
trenouf May 13, 2020
3a1103f
Overwritten with: 536937b3dc3 [AMDGPU] Fixed incorrect PAL metadata r…
May 22, 2020
7b9d0cf
Overwritten with: 05ca407e6cd Merged master:c295a65da49 into amd-gfx:…
May 28, 2020
e90e9d4
Overwritten with: c307fd81e7c Manual merge master:1ddac9563d7f into a…
May 28, 2020
daedcee
Overwritten with: 357ead6e3d1 Suppress switch with only default warni…
trenouf Jun 2, 2020
a7cfa00
Overwritten with: 357ead6e3d1 Suppress switch with only default warni…
trenouf Jun 2, 2020
0c3b9cd
Overwritten with: 242b037f79c AMDGPU more fix-ups to the StackPtrOffs…
trenouf Jun 6, 2020
f3e0a98
Revert "[AMDGPU] Make SGPR spills exec mask agnostic"
dstutt Jun 9, 2020
3274df1
Overwritten with: f3e0a9859c8 Revert "[AMDGPU] Make SGPR spills exec …
trenouf Jun 10, 2020
7d6e549
[AMDGPU] Temporary fix to get previous intrinsic cost
dstutt Jun 15, 2020
da64bde
Overwritten with: 7d6e549c150 [AMDGPU] Temporary fix to get previous …
trenouf Jun 15, 2020
7ce7cdb
Overwritten with: ad0cb955849 Manual merge master:88f722c269a into am…
trenouf Jun 21, 2020
cca1a02
Overwritten with: 9a8a1b7f91b Revert "[InstCombine] canonicalize bitc…
perlfu Jun 23, 2020
71b4c58
Overwritten with: c8f92d00575 Merged master:1b10c618e928 into amd-gfx…
trenouf Jun 26, 2020
d361f76
Revert "[InstCombine] canonicalize bitcast after insertelement into u…
perlfu Jun 23, 2020
a458b29
Overwritten with: d361f76f78e Revert "[InstCombine] canonicalize bitc…
trenouf Jun 29, 2020
b3a0782
Merged -sours proposed next amd-gfx-gpuopen-master
trenouf Jun 29, 2020
dc1f5d9
Overwritten with: 28c226b4dca Merged master:0ebdc3be417 into amd-gfx:…
trenouf Jul 21, 2020
8abd948
Overwritten with: 28c226b4dca Merged master:0ebdc3be417 into amd-gfx:…
trenouf Jul 21, 2020
cc5e107
Overwritten with: 572b5725a74 Merged master:e40315d2b4e into amd-gfx:…
piotrAMD Jul 31, 2020
c2ea9a1
Overwritten with: 862f3dac7a1b Merged master:8119d6c14695 into amd-gf…
trenouf Aug 10, 2020
5ad0302
Revert "AMDGPU: Fix verifier error on spilling partially defined SGPRs"
dstutt Aug 14, 2020
ea979e9
Overwritten with: 5ad0302ed892 Revert "AMDGPU: Fix verifier error on …
trenouf Aug 14, 2020
ccbc834
Overwritten with: a77b6e995c04 Merged master:1454018dc1d9 into amd-gf…
trenouf Aug 20, 2020
1826337
Overwritten with: b4be3a06d7aa Update llvm.amdgcn.wqm.demote.ll
trenouf Sep 2, 2020
c72fe64
Overwritten with: a77b6e995c04 Merged master:1454018dc1d9 into amd-gf…
trenouf Sep 2, 2020
240f3dd
Overwritten with: 4ef4636769e7 [AMDGPU] Set DS alignment requirements…
trenouf Sep 10, 2020
ff1e992
Overwritten with: c08be3ddc85a Merged master:cb9528a0420e into amd-gf…
trenouf Sep 16, 2020
d3f03b3
Overwritten with: 82555a629c63 Merged master:625761825620 into amd-gf…
trenouf Sep 25, 2020
0510352
Overwritten with: aa7b19191b74 [AMDGPU] Correctly update uses of wate…
trenouf Sep 30, 2020
bf98770
Overwritten with: eb04fb8d2acb Temporarily revert commits that caused…
trenouf Oct 6, 2020
1598ada
Overwritten with: 19563a6be683 Merged master:9237e73ae8a3 into amd-gf…
trenouf Oct 12, 2020
145729e
Overwritten with: 2f0ca8502416 [AMDGPU] Use WQM Live Mask to Early Te…
trenouf Oct 22, 2020
1825096
Overwritten with: b19d6f8966ea CfgInterface: rename interface() to ge…
trenouf Oct 23, 2020
f7d2903
Overwritten with: 6f46063b43db Update llvm.amdgcn.waterfall.ll
trenouf Oct 26, 2020
5cb4dc4
Overwritten with: 7666303f765e [AMDGPU] Extend waterfall support to b…
trenouf Oct 26, 2020
e09ed8b
Overwritten with: 68d3270fef04 Merged master:20a3931f8fad into amd-gf…
trenouf Oct 29, 2020
f46f369
Overwritten with: 1c7c56ddc669 Merged master:6e008cb554b3 into amd-gf…
trenouf Nov 3, 2020
5b944bf
Overwritten with: 1c7c56ddc669 Merged master:6e008cb554b3 into amd-gf…
trenouf Nov 3, 2020
c9860f1
Overwritten with: 6612326f4f49 Merged master:35d625125465 into amd-gf…
trenouf Nov 5, 2020
84d2d98
[AMDGPU] Fix live mask tracking with conditional kill live lanes
perlfu Nov 8, 2020
88613f6
Overwritten with: 84d2d9812f7c [AMDGPU] Fix live mask tracking with c…
trenouf Nov 10, 2020
6d7376c
Overwritten with: adf059689f90 Change waterfall begin for multi-begin
trenouf Nov 17, 2020
15bf319
Overwritten with: c6553e1ac447 Merged master:bd4662cd3f37 into amd-gf…
trenouf Nov 19, 2020
fde3d4e
Overwritten with: c6553e1ac447 Merged master:bd4662cd3f37 into amd-gf…
trenouf Nov 19, 2020
529059d
Overwritten with: e39dc60f94f9 [AMDGPU] Waterfall loop insertion afte…
trenouf Dec 3, 2020
ae9a45d
Overwritten with: 8954ca68dadc Merge main:3d381a710220 into amd-gfx
trenouf Dec 7, 2020
0472e03
Overwritten with: 352ac6432b9e Merged main:dbfdb139f754 into amd-gfx:…
trenouf Dec 17, 2020
4ad3460
Overwritten with: a2e82546366c Merged main:ad0a7ad950fe into amd-gfx:…
trenouf Dec 23, 2020
9ef380b
Overwritten with: 273a500bfd31 Update bitcast-vec-canon-inseltpoison.ll
trenouf Jan 5, 2021
294f18d
Overwritten with: ee8e7ff0e8c7 Merged main:5471b1fa4013 into amd-gfx:…
trenouf Jan 7, 2021
1d0178f
Overwritten with: d7af18dfc774 Merged main:f8cece186305 into amd-gfx:…
jayfoad Jan 13, 2021
bcd2fe4
Overwritten with: 87fe2f5a21f0 Merged main:b62c7e047420 into amd-gfx:…
jayfoad Jan 20, 2021
9625120
ELF note types for LLPC cache hash
jaebaek Jan 21, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions llvm/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.

Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
Notified per clause 4(b) of the license.
2 changes: 2 additions & 0 deletions llvm/cmake/modules/HandleLLVMOptions.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
# Notified per clause 4(b) of the license.
# This CMake module is responsible for interpreting the user defined LLVM_
# options and executing the appropriate CMake commands to realize the users'
# selections.
Expand Down
2 changes: 2 additions & 0 deletions llvm/cmake/modules/LLVMConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
# Notified per clause 4(b) of the license.
# This file provides information and services to the final user.

@LLVM_CONFIG_CODE@
Expand Down
13 changes: 13 additions & 0 deletions llvm/docs/AMDGPUUsage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,9 @@ are deprecated and should not be used.
======== ============================== ======================================
"AMDGPU" ``NT_AMDGPU_METADATA`` Metadata in Message Pack [MsgPack]_
binary format.
"AMDGPU" ``NT_AMDGPU_LLPC_CACHE_HASH`` 16-bytes cache hash of ELF.
"AMDGPU" ``NT_AMDGPU_LLPC_VERSION`` LLPC version with 4-bytes major
and 4-bytes minor version numbers
======== ============================== ======================================

..
Expand All @@ -1383,6 +1386,8 @@ are deprecated and should not be used.
============================== =====
*reserved* 0-31
``NT_AMDGPU_METADATA`` 32
``NT_AMDGPU_LLPC_CACHE_HASH`` 33
``NT_AMDGPU_LLPC_VERSION`` 34
============================== =====

``NT_AMDGPU_METADATA``
Expand All @@ -1392,6 +1397,14 @@ are deprecated and should not be used.
:ref:`amdgpu-amdhsa-code-object-metadata-v4` for the map keys defined for the
``amdhsa`` OS.

``NT_AMDGPU_LLPC_CACHE_HASH``
Specifies 16-bytes cache hash of the ELF.

``NT_AMDGPU_LLPC_VERSION``
LLPC version that consists of 4-bytes major and 4-bytes minor version numbers.
The version information can be used to explain what hash algorithm was used to
generate the cache hash specified by ``NT_AMDGPU_LLPC_CACHE_HASH``.

.. _amdgpu-symbols:

Symbols
Expand Down
4 changes: 3 additions & 1 deletion llvm/include/llvm/BinaryFormat/ELF.h
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,9 @@ enum {
// AMDGPU specific notes. (Code Object V3)
enum {
// Note types with values between 0 and 31 (inclusive) are reserved.
NT_AMDGPU_METADATA = 32
NT_AMDGPU_METADATA = 32,
NT_AMDGPU_LLPC_CACHE_HASH = 33,
NT_AMDGPU_LLPC_VERSION = 34,
};

enum {
Expand Down
2 changes: 2 additions & 0 deletions llvm/include/llvm/Config/llvm-config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
/* Exceptions. */
/* See https://llvm.org/LICENSE.txt for license information. */
/* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */
/* Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved. */
/* Notified per clause 4(b) of the license. */
/* */
/*===----------------------------------------------------------------------===*/

Expand Down
2 changes: 2 additions & 0 deletions llvm/include/llvm/IR/IntrinsicsAMDGPU.td
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPU.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
/// \file
//===----------------------------------------------------------------------===//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPU.td
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===------------------------------------------------------------===//

Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPUCombine.td
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//

Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPUConditionalDiscard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//==-----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
/// \file
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPURegBankCombiner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPURegPressAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPURegPressAnalysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
/// \file
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//

Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//==-----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
# Notified per clause 4(b) of the license.
add_llvm_component_group(AMDGPU)

set(LLVM_TARGET_DEFINITIONS AMDGPU.td)
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/SIBufMemMerge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/SIFixScratchSize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//==-----------------------------------------------------------------------===//

Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/SIInsertScratchBounds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/SIInsertSkips.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/SIInsertWaterfall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/SIInstructions.td
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
// This file was originally auto-generated from a GPU register header file and
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//

Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
// Notified per clause 4(b) of the license.
//
//===----------------------------------------------------------------------===//
//
Expand Down
2 changes: 2 additions & 0 deletions llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-atomicrmw.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
; Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
; Notified per clause 4(b) of the license.
; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
; RUN: llc -global-isel -march=amdgcn -mcpu=fiji -O0 -stop-after=irtranslator -o - %s | FileCheck %s

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
; Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
; Notified per clause 4(b) of the license.
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx900 -o - %s | FileCheck -check-prefix=GFX9 %s
; RUN: llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx1010 -o - %s | FileCheck -check-prefix=GFX10NSA %s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
; Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
; Notified per clause 4(b) of the license.
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=tahiti -o - %s | FileCheck -check-prefix=GFX6 %s
; RUN: llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx1010 -o - %s | FileCheck -check-prefix=GFX10NSA %s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
; Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
; Notified per clause 4(b) of the license.
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=tahiti -o - %s | FileCheck -check-prefix=GFX6 %s
; RUN: llc -global-isel -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx1010 -o - %s | FileCheck -check-prefix=GFX10 %s
Expand Down
2 changes: 2 additions & 0 deletions llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.waterfall.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
; Modifications Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
; Notified per clause 4(b) of the license.
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -global-isel -march=amdgcn -mcpu=fiji -verify-machineinstrs < %s | FileCheck -check-prefixes=PRE-GFX10,VI %s
; RUN: llc -global-isel -march=amdgcn -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck -check-prefixes=PRE-GFX10,GFX9 %s
Expand Down
Loading