llvm-project
a500d658 - [MLIR][ACC] Fix -Wunused-variable in dfe7738

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.
Parents
Loading