forked from ROCm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrevert_patches.txt
131 lines (112 loc) · 5.61 KB
/
revert_patches.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
revert: breaks MIOpen composableKernel build
[clang][Sema] Add -Wswitch-default warning option (#73077)
https://ontrack-internal.amd.com/browse/SWDEV-436625
Revert: breaks build of hipCUB
commit 55783bd0 [HIP] fix host min/max in header (#82956)
Revert :breaks hip catch tests.
1de7e6c8cba2 [clang] move -Wcast-function-type under -Wextra (#77178)
999d4f840777 Split -Wcast-function-type into a separate group (#86131)
---
Revert: 8009bbe
Commit title:
Revert "Reapply "[Clang][Sema] Diagnose class member access expressions
naming non-existent members of the current instantiation prior to
instantiation in the absence of dependent base classes (#84050)"
(#90152)"
Reason for revert:
- Breaks composable kernels:
[2024-05-01T03:06:52.796Z] /jenkins/workspace/compiler-psdb-amd-staging/Libs/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_xdlops.hpp:799:32: error: no member named 'a_origin' in 'BlockwiseGemmXdlops_v2<BlockSize, FloatAB, FloatAcc, ATileDesc, BTileDesc, AMmaTileDesc, BMmaTileDesc, MPerBlock, NPerBlock, KPerBlock, MPerXDL, NPerXDL, MRepeat, NRepeat, KPack, TransposeC, AMmaKStride, BMmaKStride>'
[2024-05-01T03:06:52.796Z] 799 | : a_thread_copy_(other.a_origin), b_thread_copy_(other.b_origin)
[2024-05-01T03:06:52.796Z] | ~~~~~ ^
[2024-05-01T03:06:52.796Z] /jenkins/workspace/compiler-psdb-amd-staging/Libs/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_xdlops.hpp:799:64: error: no member named 'b_origin' in 'BlockwiseGemmXdlops_v2<BlockSize, FloatAB, FloatAcc, ATileDesc, BTileDesc, AMmaTileDesc, BMmaTileDesc, MPerBlock, NPerBlock, KPerBlock, MPerXDL, NPerXDL, MRepeat, NRepeat, KPack, TransposeC, AMmaKStride, BMmaKStride>'
[2024-05-01T03:06:52.796Z] 799 | : a_thread_copy_(other.a_origin), b_thread_copy_(other.b_origin)
- Breaks rocthrust:
[2024-05-01T03:18:40.779Z] /jenkins/workspace/compiler-psdb-amd-staging_2/Libs/rocThrust/thrust/../thrust/optional.h:2756:11: error: no member named 'construct' in 'optional<type-parameter-0-0 &>'
[2024-05-01T03:18:40.779Z] 2756 | this->construct(std::forward<Args>(args)...);
fd87d765c045 [Clang][Sema] Don't build CXXDependentScopeMemberExprs for potent
acf5ad2a4ed9 [Clang][Sema] Diagnose current instantiation used as an incomplete
Contacts:
Sam, Konstantin
---
Revert: 41f9c78
Commit title:
Revert "[OpenACC] Fix test failure from fa67986d"
Reason for revert:
- Descendant of a previous revert (8009bbe)
Contacts:
Konstantin
---
Revert "Recommit "[InstCombine] Expand `foldSelectICmpAndOr` -> `foldSelectICmpAndBinOp` to work for more binops" (3rd Try)"
Backup fix for SWDEV-454675
This reverts commit 54ec8bcaf85e3a3341c97640331d58e24ac0d2cd.
contact: Selehov
---
Revert: breaks ipBlender*
0e73bbd3450c [AMDGPU][PromoteAlloca] Don't stop when an alloca is too big to promote (#93466)
contact: Pierre
---
Revert: temaplate breaks ComposableKernel build
f46d1463b835 [clang] require template arg list after template kw (#80801)
contact : RonL
---
Revert: Breaks check-clang test 'clang/test/Modules/pr60085.cppm'
99873b35da7e [NFC] [AST] Introduce Decl::isInAnotherModuleUnit and Decl::shouldEmitInExternalSource
contact : mhalk (Michael Halkenhaeuser)
---
Revert: breaks composableKernel
53d2f4d96783 [CUDA][HIP] warn incompatible redeclare (#77359)
contact : Ronl or Sam
---
Revert: breaks MIOpen
18ec885a2604 [RFC][AMDGPU] Remove old llvm.amdgcn.buffer.* and tbuffer intrinsics (#93801)
contact: Ron and Jay
---
Reverts: break componsableKernels
9a88aa0e2b6d [Clang][Sema] Diagnose variable template explicit specializati
contact: RonL
---
Reverts:
7cfffe74 Unittests and usability for BitstreamWriter incremental flushing (#92983)
993d2383e68b [ctx_prof] Remove `Buffer` field in PGOCtxProfWriter
1488fb415336 [PAC][AArch64] Lower ptrauth constants in code (#96879)
cc7308a1563e [ctx_prof] Make the profile output analyzable by llvm-bcanalyzer (#99563)
Contacts: RonL and Hulk
---
needs previous SEMA patches
584e431a4b25 [Clang][Sema] Treat explicit specializations of static data member templates declared without '
---
reverts: breaks hipBlender*
4eecf3c6 [SLP]Reorder buildvector/reduction vectorization and fuse
3742c2a83cd6 [SLP]Use stored signedness after minbitwidth analysis.
---
Revert: breaking MIOpen test 2
f8b1ca4992a2 [MCParser] .altmacro: Support argument expansion not preceded by
812f9e81d2f7 [MCParser] .altmacro: ignore & after a token
---
Reverts: breaks hipBlender* tests in compilation step
385118644cca [SLP]Remove operands upon marking instruction for deletion.
---
Revert: more Sema:
9e1f1cfa59c4 [Clang][Sema] Handle class member access expressions with valid nested-name-specifiers that become invalid after lookup (#98167)
RonL
---
Reverts: breaks clang-offload-wrapper test
fb5a38bb4930 [llvm-objcopy] Add verification of added .note section format
---
Reverts: depends upon older SLP reverts
beccecaacde4 [SLP]Fix PR98838: do no replace condition of select-based logical op by poison.
f6e01b9ec [SLP]Do not trunc bv nodes, if the user is vectorized an requires wider type.
---
Reverts: Failing test llvm/test/Transforms/SLPVectorizer/X86/minbitwidth-transformed-operand.ll
c5c1bd164 [SLP]Improve minbitwidth analysis for trun'ed gather nodes
---
problematic cmake in npsdb:
[LLVM] Silence compiler-rt warning in runtimes build (#99525)
---
breaks rocALUTION build
72ff0499bba7 [ValueTracking] Consistently propagate `DemandedElts` is `isKnownNonZero`
--
breaks openmp tests:
3c8efd79283b [OpenMP] Ensure the actual kernel is annotated with launch bounds (#99927)
Ron
---