[all-commits] [llvm/llvm-project] f0ae3c: [ARM] in LowerConstantFP, make sure we cover armv6...
Ties Stuij via All-commits
all-commits at lists.llvm.org
Tue Jul 11 02:42:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0ae3c23b5852cb021d1c779f8884e2c94aea7a5
https://github.com/llvm/llvm-project/commit/f0ae3c23b5852cb021d1c779f8884e2c94aea7a5
Author: Ties Stuij <ties.stuij at arm.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
A llvm/test/CodeGen/ARM/float-ops-xo.ll
R llvm/test/CodeGen/Thumb2/float-ops-vmovsr-nofp-xo.ll
Log Message:
-----------
[ARM] in LowerConstantFP, make sure we cover armv6-m execute-only
Currently in LowerConstantFP, when we compile for execute-only (XO) we don't
check what architecture we're compiling for (v6m=< or >v6m). We shouldn't get
here for v6m, so put in an assert.
Reviewed By: simonwallis2, dmgreen
Differential Revision: https://reviews.llvm.org/D154506
More information about the All-commits
mailing list