[all-commits] [llvm/llvm-project] a2e1de: [ARM][FPEnv] Lowering of fpenv intrinsics
Serge Pavlov via All-commits
all-commits at lists.llvm.org
Mon Nov 20 00:09:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2e1de193477e7d92ec5c0a2ecd17a622cbf7aed
https://github.com/llvm/llvm-project/commit/a2e1de193477e7d92ec5c0a2ecd17a622cbf7aed
Author: Serge Pavlov <sepavloff at gmail.com>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M llvm/include/llvm/Target/TargetSelectionDAG.td
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/ARM/ARMInstrVFP.td
M llvm/test/CodeGen/ARM/fpenv.ll
Log Message:
-----------
[ARM][FPEnv] Lowering of fpenv intrinsics
The change implements lowering of `get_fpenv`, `set_fpenv` and
`reset_fpenv`.
Differential Revision: https://reviews.llvm.org/D81843
More information about the All-commits
mailing list