[all-commits] [llvm/llvm-project] f4b127: [ADT] fix typo in code block comment; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Apr 29 09:10:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4b1272d3d2457ca51056794023fe8ae20dd7c54
https://github.com/llvm/llvm-project/commit/f4b1272d3d2457ca51056794023fe8ae20dd7c54
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
M llvm/include/llvm/ADT/APInt.h
Log Message:
-----------
[ADT] fix typo in code block comment; NFC
Commit: 71597d40e878c42990d315b23885771f87d6af4d
https://github.com/llvm/llvm-project/commit/71597d40e878c42990d315b23885771f87d6af4d
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
Log Message:
-----------
[ConstantFolding] refactor helper for vector reductions; NFC
We should handle other cases (undef/poison), so reduce
the duplication of repeated switches.
Compare: https://github.com/llvm/llvm-project/compare/ded0a70aeb08...71597d40e878
More information about the All-commits
mailing list