User Details
- User Since
- Apr 22 2020, 4:23 PM (188 w, 6 d)
Oct 27 2021
Good suggestion, done.
Make intrinsics monomorphic
Oct 26 2021
No shuffles
Oct 20 2021
Oct 19 2021
- Remove RELAXED_SWIZZLE sdnode
Wrong commits
Oct 18 2021
Add title for relaxed swizzle instruction
Oct 15 2021
Sep 22 2021
The binary opcodes LGTM, not too sure about the tablegen stuff, tests look good too.
Fix fallthrough, add feature to WebAssembly subtarget
Sep 20 2021
I followed https://reviews.llvm.org/rGb7b9fdc114c1f9c788da914dac5c343277805446 for this, hope it's right, ptal Thomas.
Apr 29 2020
I found this patch while searching for a similar problem I faced while tryin to use clang-tidy to fix some warnings in V8 (Chrome's JavaScript engine).
The setup for our compilation is as such:
Apr 27 2020
Thanks Steven, I do not have commit access, can you please help me commit this?
Apr 24 2020
Thanks for the advice, Steven. I found some existing tests that exercised the particular downcasting logic, and found that if I set -filetype=null in those RUN: directives, I could trigger a crash. So I added a line to those tests. Also made the same fix to PPCAsmParser and PPCAIXAsmPrinter.
Add some tests for null streamer. Fix more instances of downcast from nullptr.
Apr 23 2020
Add null check
I don't have a good idea how to add test for this. With an ASAN build with -fsanitize=null, we get an error when running inlined-strings.ll.