This revision was automatically updated to reflect the committed changes.
Closed by commit rG48e1250a91d2: [clang][SVE] Undefine preprocessor macro
defined in (authored by mgabka, committed by paulwalker-arm).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm
mgabka marked an inline comment as done.
mgabka added a comment.
It is a fix for https://github.com/llvm/llvm-project/issues/57083
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131580/new/
https://reviews.llvm.org/D131580
_
mgabka marked an inline comment as done.
mgabka added inline comments.
Comment at: clang/utils/TableGen/SveEmitter.cpp:1285
OS << "#endif\n\n";
+ OS << "#undef __ai\n\n";
OS << "#endif /*__ARM_FEATURE_SVE */\n\n";
paulwalker-arm wrote:
> Can you also do th
mgabka updated this revision to Diff 451791.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131580/new/
https://reviews.llvm.org/D131580
Files:
clang/utils/TableGen/SveEmitter.cpp
Index: clang/utils/TableGen/SveEmitter.cpp
===
paulwalker-arm added inline comments.
Comment at: clang/utils/TableGen/SveEmitter.cpp:1285
OS << "#endif\n\n";
+ OS << "#undef __ai\n\n";
OS << "#endif /*__ARM_FEATURE_SVE */\n\n";
Can you also do this for `__aio`?
Repository:
rG LLVM Github Monorepo
mgabka created this revision.
mgabka added a reviewer: paulwalker-arm.
Herald added subscribers: ctetreau, psnobl, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
mgabka requested review of this revision.
Herald added a project: clang.
Herald added a subscri