Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/lib/Target/NVPTX/
-
lib/
-
Target/
-
NVPTX/
-
NVPTXISelDAGToDAG.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D71812
[NVPTX] Fixes -Wrange-loop-analysis warnings
Closed
Public
Authored by
Mordante
on Dec 22 2019, 8:22 AM.
Download Raw Diff
Details
Reviewers
jholewinski
aaron.ballman
xbolva00
Commits
rG31262d6722c7: [NVPTX] Fixes -Wrange-loop-analysis warnings
Summary
This avoids new warnings due to
D68912
adds -Wrange-loop-analysis to -Wall.
Diff Detail
Event Timeline
Mordante
created this revision.
Dec 22 2019, 8:22 AM
Herald
added a subscriber:
hiraditya
.
·
View Herald Transcript
Dec 22 2019, 8:22 AM
xbolva00
accepted this revision.
Dec 22 2019, 8:31 AM
This revision is now accepted and ready to land.
Dec 22 2019, 8:31 AM
Closed by commit
rG31262d6722c7: [NVPTX] Fixes -Wrange-loop-analysis warnings
(authored by
Mordante
).
·
Explain Why
Dec 22 2019, 10:31 AM
This revision was automatically updated to reflect the committed changes.