[PATCH] D127409: Fix GCC intrinsics "round_mask" names

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 12:16:04 PDT 2022


craig.topper added a comment.

GCCBuiltin here does not mean it needs to match the real gcc compiler. I think is a leftover from when LLVM was a backend for gcc before clang existed. The names here need to match the names in clang/include/clang/Basic/BuiltinsX86.def. Does this patch pass make check-clang?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127409/new/

https://reviews.llvm.org/D127409



More information about the llvm-commits mailing list