[PATCH] D98308: [dfsan] Update fast16labels.ll test

stephan.yichao.zhao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 18:16:33 PST 2021


stephan.yichao.zhao 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]]
----------------
Since RUN commands do not use CHECK8 yet, please add them later when checking in the 8bit mode code change.


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