[all-commits] [llvm/llvm-project] 07ab0c: [DAG] Add missing asserts to shouldFoldConstantShi...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Jul 18 05:12:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07ab0cb4e7179d08d6b9ebef390a8425e721c49a
https://github.com/llvm/llvm-project/commit/07ab0cb4e7179d08d6b9ebef390a8425e721c49a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-07-18 (Mon, 18 Jul 2022)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/Mips/MipsISelLowering.cpp
Log Message:
-----------
[DAG] Add missing asserts to shouldFoldConstantShiftPairToMask overrides to ensure a shl/srl pair is used. NFC.
Commit: c2ab5c5514dd9e74f62d7f6bdaeed24d7d8b2c68
https://github.com/llvm/llvm-project/commit/c2ab5c5514dd9e74f62d7f6bdaeed24d7d8b2c68
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-07-18 (Mon, 18 Jul 2022)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
Log Message:
-----------
[DAG] Fix typo in isDesirableToCommuteWithShift description. NFC.
Commit: 259c36e7c164fd11506a48a6f95f9ce384e30f3c
https://github.com/llvm/llvm-project/commit/259c36e7c164fd11506a48a6f95f9ce384e30f3c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-07-18 (Mon, 18 Jul 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[DAG] Add asserts to isDesirableToCommuteWithShift overrides to ensure its being called from a shift. NFC.
Compare: https://github.com/llvm/llvm-project/compare/56b4b6e81b88...259c36e7c164
More information about the All-commits
mailing list