[all-commits] [llvm/llvm-project] 3a6365: [ARM] Add FeatureHasNoBranchPredictor for Thumb1 c...
David Green via All-commits
all-commits at lists.llvm.org
Tue Mar 30 13:45:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a6365a439ede4b7c65076bb42b1b7dbf72216b5
https://github.com/llvm/llvm-project/commit/3a6365a439ede4b7c65076bb42b1b7dbf72216b5
Author: David Green <david.green at arm.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M llvm/lib/Target/ARM/ARM.td
Log Message:
-----------
[ARM] Add FeatureHasNoBranchPredictor for Thumb1 cores
Mark v6m/v8m-baseline cores as having no branch predictors. This should
not alter very much on its own, but is more correct as the cores do not
have branch predictors and can help in the future.
More information about the All-commits
mailing list