[all-commits] [llvm/llvm-project] 5e407f: [SVE] Add gather/scatter tests to highlight bugs i...
paulwalker-arm via All-commits
all-commits at lists.llvm.org
Wed Apr 6 07:32:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e407f0887bf8173018ed7ec1348277ff4e853d7
https://github.com/llvm/llvm-project/commit/5e407f0887bf8173018ed7ec1348277ff4e853d7
Author: Paul Walker <paul.walker at arm.com>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M llvm/test/CodeGen/AArch64/sve-gather-scatter-addr-opts.ll
Log Message:
-----------
[SVE] Add gather/scatter tests to highlight bugs in their generated code.
Commit: 1c307b979476dec714c7437a796aa4c2c3e56fb2
https://github.com/llvm/llvm-project/commit/1c307b979476dec714c7437a796aa4c2c3e56fb2
Author: Paul Walker <paul.walker at arm.com>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
Log Message:
-----------
[NFC] Remove redundant IndexType canonicalisation from DAGTypeLegalizer::PromoteIntOp_MSCATTER
Promotion does not affect the base element type and so the original
index type will remain unchanged. This reflects the behaviour of
DAGTypeLegalizer::PromoteIntOp_MGATHER with no tests affected.
Compare: https://github.com/llvm/llvm-project/compare/c59e8339422a...1c307b979476
More information about the All-commits
mailing list