llvm-project
b440fb75
- [Clang][CUDA] Replace inline asm in __trap() with intrinsic (#166152)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
97 days ago
[Clang][CUDA] Replace inline asm in __trap() with intrinsic (#166152) This patch proposes replacing the inline assembly with an intrinsic and adds the `noreturn` to avoid warnings when the caller is also `noreturn`.
References
#166152 - [Clang][CUDA] Replace inline asm in __trap() with intrinsic
Author
NewSigma
Parents
6e5f2775
Loading