[PATCH] D157887: [VE] Enable vpu feature by default in llc
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 14 16:32:35 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8781dbe51103: [VE] Enable vpu feature by default in llc (authored by kaz7).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157887/new/
https://reviews.llvm.org/D157887
Files:
llvm/lib/Target/VE/VE.td
Index: llvm/lib/Target/VE/VE.td
===================================================================
--- llvm/lib/Target/VE/VE.td
+++ llvm/lib/Target/VE/VE.td
@@ -46,7 +46,7 @@
class Proc<string Name, list<SubtargetFeature> Features>
: Processor<Name, NoItineraries, Features>;
-def : Proc<"generic", []>;
+def : Proc<"generic", [FeatureEnableVPU]>;
//===----------------------------------------------------------------------===//
// Declare the target which we are implementing
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157887.550127.patch
Type: text/x-patch
Size: 487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230814/e674801a/attachment.bin>
More information about the llvm-commits
mailing list