Roll SwiftShader from 5b4717f15cd1 to 66d6b0dd0c39 (1 revision)
https://swiftshader.googlesource.com/SwiftShader.git/+log/5b4717f15cd1..66d6b0dd0c39
2023-07-23 bclayton@google.com LLVMReactor: Clamp RHS of bit shifts using type width
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-dawn-autoroll
Please CC lokokung@google.com,webgpu-developers@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in SwiftShader: https://bugs.chromium.org/p/swiftshader/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Bug: None
Tbr: lokokung@google.com
Change-Id: I0d8d541e6ec110104ef8a53b73bf07d6eec0644d
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/142621
Kokoro: Kokoro <noreply+kokoro@google.com>
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 9757cad..7612046 100644
--- a/DEPS
+++ b/DEPS
@@ -153,7 +153,7 @@
},
'third_party/swiftshader': {
- 'url': '{swiftshader_git}/SwiftShader@5b4717f15cd1a50ebc95b93acd90111fe88f3457',
+ 'url': '{swiftshader_git}/SwiftShader@66d6b0dd0c392aad9190447d66565ed9393921b9',
'condition': 'dawn_standalone',
},