[all-commits] [llvm/llvm-project] 09555c: [ARM] Generate CMSE instructions from CMSE intrinsics
Momchil Velikov via All-commits
all-commits at lists.llvm.org
Mon Nov 25 10:27:16 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 09555ce07176d279e8ba8bdb74bb8dbff0a3cb82
https://github.com/llvm/llvm-project/commit/09555ce07176d279e8ba8bdb74bb8dbff0a3cb82
Author: Momchil Velikov <momchil.velikov at arm.com>
Date: 2019-11-25 (Mon, 25 Nov 2019)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrThumb2.td
A llvm/test/CodeGen/ARM/intrinsics-cmse.ll
Log Message:
-----------
[ARM] Generate CMSE instructions from CMSE intrinsics
This patch adds instruction selection patterns for the TT, TTT, TTA, and TTAT
instructions and tests for llvm.arm.cmse.tt, llvm.arm.cmse.ttt,
llvm.arm.cmse.tta, and llvm.arm.cmse.ttat intrinsics (added in a previous
patch).
Patch by Javed Absar.
Differential Revision: https://reviews.llvm.org/D70407
More information about the All-commits
mailing list