[PATCH] D86035: [VE] Support f128
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 17 00:04:22 PDT 2020
simoll added a comment.
Please look into the lint comments. Otw, LGTM.
================
Comment at: llvm/lib/Target/VE/VEInstrInfo.td:901
// Multiclass for generic RM instructions
+let hasSideEffects = 0 in
multiclass RMm<string opcStr, bits<8>opc, RegisterClass RC> {
----------------
unrelated change
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86035/new/
https://reviews.llvm.org/D86035
More information about the llvm-commits
mailing list