[all-commits] [llvm/llvm-project] d62f04: [ARM][FPEnv] Lowering of fpenv intrinsics
Serge Pavlov via All-commits
all-commits at lists.llvm.org
Fri Nov 10 01:07:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d62f040418bd167d1ddd2b79c640a90c0c2ea353
https://github.com/llvm/llvm-project/commit/d62f040418bd167d1ddd2b79c640a90c0c2ea353
Author: Serge Pavlov <sepavloff at gmail.com>
Date: 2023-11-10 (Fri, 10 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