intel / opencl-clang

Other
133 stars 59 forks source link

Add clang patch to fix unexpected warning for default parameter promotions #533

Closed haonanya closed 3 months ago

haonanya commented 3 months ago

cherry-pick https://github.com/llvm/llvm-project/commit/e3bd67eddf65b20956513e91715b1f997dae2690 and https://github.com/llvm/llvm-project/commit/04e6178ae932c9a1d939dcfe3ef1189f4bbb21aa.

wenju-he commented 3 months ago

Are the two PRs needs for 150 and other branches?

haonanya commented 3 months ago

Are the two PRs needs for 150 and other branches?

clang15, 16, 17 also need the patch, I will cherry-pick for them.