[PATCH] D115320: Avoid setting tbaa information on store of return type of call to inline assember
David Spickett via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 15 01:32:26 PST 2021
DavidSpickett added a comment.
Hi, the new test is failing on our arm/aarch64 quick bots. These build only the respective backend so you might need to add a requires x86 target.
https://lab.llvm.org/buildbot/#/builders/171/builds/7189
/home/tcwg-buildbot/worker/clang-armv7-quick/llvm/clang/test/CodeGen/avoidTBAAonASMstore.cpp:5:3: error: MS-style inline assembly is not available: No available targets are compatible with triple "i386-unknown-linux-gnu"
__asm { fnstcw word ptr[ControlWord]}
^
1 error generated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115320/new/
https://reviews.llvm.org/D115320
More information about the cfe-commits
mailing list