[all-commits] [llvm/llvm-project] 1da694: [ARM] Add more opaque pointer gather/scatter tests...
David Green via All-commits
all-commits at lists.llvm.org
Tue Jun 14 06:08:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1da6940275ac250f75885e47d0c9f0393f56e1e3
https://github.com/llvm/llvm-project/commit/1da6940275ac250f75885e47d0c9f0393f56e1e3
Author: David Green <david.green at arm.com>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
M llvm/test/CodeGen/Thumb2/mve-gather-increment.ll
M llvm/test/CodeGen/Thumb2/mve-gather-ind16-scaled.ll
M llvm/test/CodeGen/Thumb2/mve-gather-ind16-unscaled.ll
M llvm/test/CodeGen/Thumb2/mve-gather-ind8-unscaled.ll
M llvm/test/CodeGen/Thumb2/mve-gather-optimisation-deep.ll
M llvm/test/CodeGen/Thumb2/mve-gather-ptrs.ll
M llvm/test/CodeGen/Thumb2/mve-gather-scatter-ptr-address.ll
M llvm/test/CodeGen/Thumb2/mve-gather-scatter-tailpred.ll
M llvm/test/CodeGen/Thumb2/mve-gather-tailpred.ll
M llvm/test/CodeGen/Thumb2/mve-scatter-ind16-scaled.ll
M llvm/test/CodeGen/Thumb2/mve-scatter-ind16-unscaled.ll
M llvm/test/CodeGen/Thumb2/mve-scatter-ind32-scaled.ll
M llvm/test/CodeGen/Thumb2/mve-scatter-ind32-unscaled.ll
M llvm/test/CodeGen/Thumb2/mve-scatter-ind8-unscaled.ll
Log Message:
-----------
[ARM] Add more opaque pointer gather/scatter tests. NFC
Some of the newly added tests are incorrect, fixed in D127733.
More information about the All-commits
mailing list