[all-commits] [llvm/llvm-project] 146dc2: [IR] InstrTypes.h - operandBundleFromBundleOpInfo ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Jan 29 10:04:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 146dc25aa31b3cbdf2db83810e9459e8a833371a
https://github.com/llvm/llvm-project/commit/146dc25aa31b3cbdf2db83810e9459e8a833371a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-01-29 (Sun, 29 Jan 2023)
Changed paths:
M llvm/include/llvm/IR/InstrTypes.h
Log Message:
-----------
[IR] InstrTypes.h - operandBundleFromBundleOpInfo - specialise auto to const auto*
Fixes clang-tidy warning
Commit: df5ef761d4e7fae85fa38f396523f2dab7ddb388
https://github.com/llvm/llvm-project/commit/df5ef761d4e7fae85fa38f396523f2dab7ddb388
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-01-29 (Sun, 29 Jan 2023)
Changed paths:
M llvm/include/llvm/IR/PatternMatch.h
Log Message:
-----------
[IR] PatternMatch.h - m_SplatOrUndefMask::match - specialise auto to const auto*
Fixes clang-tidy warning
Commit: 9601d105de3025d3be668d017dd194a24cdc09f4
https://github.com/llvm/llvm-project/commit/9601d105de3025d3be668d017dd194a24cdc09f4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-01-29 (Sun, 29 Jan 2023)
Changed paths:
M llvm/include/llvm/Support/ModRef.h
Log Message:
-----------
[Support] ModRef.h - fix include guard
ModRef.h is part of Support not IR
Fixes clang-tidy warning
Compare: https://github.com/llvm/llvm-project/compare/dc6238e035cf...9601d105de30
More information about the All-commits
mailing list