[PATCH] D102238: [TableGen] [Clang] Clean up arm_mve.td file
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 11 10:49:55 PDT 2021
craig.topper added inline comments.
================
Comment at: clang/include/clang/Basic/arm_mve.td:579
+ defvar halfconst = !ne(half, "b");
+//// defvar halfconst = !if(!eq(half, "b"), 0, 1);
----------------
Did you intend to leave the old lines commented out?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102238/new/
https://reviews.llvm.org/D102238
More information about the cfe-commits
mailing list