llvm-project
a500d658
- [MLIR][ACC] Fix -Wunused-variable in dfe7738
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
60 days ago
[MLIR][ACC] Fix -Wunused-variable in dfe7738 There was a variable only used in an assertion which causes warnings in non-assertions builds. Fix the issue by inlining the variable into the assertion given it is only used in one place.
Author
boomanaiden154
Parents
b57d62c1
Loading