[all-commits] [llvm/llvm-project] b1a919: [ARM] Additional soft float BE test. NFC
David Green via All-commits
all-commits at lists.llvm.org
Mon Apr 26 04:28:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1a919d51c82db3bf2c588a941561cea8feecf56
https://github.com/llvm/llvm-project/commit/b1a919d51c82db3bf2c588a941561cea8feecf56
Author: David Green <david.green at arm.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M llvm/test/CodeGen/Thumb2/mve-soft-float-abi.ll
Log Message:
-----------
[ARM] Additional soft float BE test. NFC
Commit: 94c7bd7eb2633285093377a917918edd45a373b3
https://github.com/llvm/llvm-project/commit/94c7bd7eb2633285093377a917918edd45a373b3
Author: David Green <david.green at arm.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/test/CodeGen/ARM/dagcombine-anyexttozeroext.ll
M llvm/test/CodeGen/ARM/vdup.ll
M llvm/test/CodeGen/Thumb2/mve-soft-float-abi.ll
M llvm/test/CodeGen/Thumb2/mve-vecreduce-add.ll
M llvm/test/CodeGen/Thumb2/mve-vecreduce-mla.ll
Log Message:
-----------
[ARM] Expand VMOVRRD simplification pattern
This expands the VMOVRRD(extract(..(build_vector(a, b, c, d)))) pattern,
to also handle insert_vectors. Providing we can find the correct insert,
this helps further simplify patterns by removing the redundant VMOVRRD.
Differential Revision: https://reviews.llvm.org/D100245
Compare: https://github.com/llvm/llvm-project/compare/cf7276820c50...94c7bd7eb263
More information about the All-commits
mailing list