[PATCH] D98308: [dfsan] Update fast16labels.ll test
George Balatsouras via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 10 12:02:55 PST 2021
gbalats marked an inline comment as done.
gbalats added inline comments.
================
Comment at: llvm/test/Instrumentation/DataFlowSanitizer/fast16labels.ll:156
+ ; COMM: On fast8, we need to OR 2x64bits for the wide shadow, before ORing its bytes (one more shift).
+ ; CHECK8-NEXT: %[[#WS+1]] = lshr i64 %[[#WS]], 32
+ ; CHECK8-NEXT: %[[#WS+2]] = or i64 %[[#WS]], %[[#WS+1]]
----------------
stephan.yichao.zhao wrote:
> Since RUN commands do not use CHECK8 yet, please add them later when checking in the 8bit mode code change.
Removed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98308/new/
https://reviews.llvm.org/D98308
More information about the llvm-commits
mailing list