[PATCH] D102238: [TableGen] [Clang] Clean up arm_mve.td file

Paul C. Anagnostopoulos via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 11 10:53:58 PDT 2021


Paul-C-Anagnostopoulos 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);
 
----------------
craig.topper wrote:
> Did you intend to leave the old lines commented out?
Just for the first review, in case anyone found anything crazy. I'll remove them when I update the review.


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