[all-commits] [llvm/llvm-project] 31262d: [NVPTX] Fixes -Wrange-loop-analysis warnings
mordante via All-commits
all-commits at lists.llvm.org
Sun Dec 22 10:28:33 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 31262d6722c7ae6a9966a76064af43e5b3a8df71
https://github.com/llvm/llvm-project/commit/31262d6722c7ae6a9966a76064af43e5b3a8df71
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2019-12-22 (Sun, 22 Dec 2019)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
Log Message:
-----------
[NVPTX] Fixes -Wrange-loop-analysis warnings
This avoids new warnings due to D68912 adds -Wrange-loop-analysis to -Wall.
Also removed the top-level const as requested by Aaron Ballman in similar
patches.
Differential Revision: https://reviews.llvm.org/D71812
More information about the All-commits
mailing list