[all-commits] [llvm/llvm-project] 5c6338: [RISCV] Fix "set but not used" warnings
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Sep 7 09:19:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c6338de16ad67f3fe1a4ceb753718db8b712034
https://github.com/llvm/llvm-project/commit/5c6338de16ad67f3fe1a4ceb753718db8b712034
Author: Kazu Hirata <kazu at google.com>
Date: 2021-09-07 (Tue, 07 Sep 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Fix "set but not used" warnings
Commit: 5648f7170e6b1c59c9adc96c3ca24b21b0a83173
https://github.com/llvm/llvm-project/commit/5648f7170e6b1c59c9adc96c3ca24b21b0a83173
Author: Kazu Hirata <kazu at google.com>
Date: 2021-09-07 (Tue, 07 Sep 2021)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
M llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
M llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[Analysis, Target, Transforms] Construct SmallVector with iterator ranges (NFC)
Compare: https://github.com/llvm/llvm-project/compare/f348f30d6fe9...5648f7170e6b
More information about the All-commits
mailing list