[PATCH] D144035: [llvm] Ensure SCEV does not replace aliases with their aliasees

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 13:28:30 PST 2023


MaskRay added a comment.

LG



================
Comment at: clang/test/CodeGenCXX/pr60668.cpp:1
+// RUN: %clang --target=aarch64-unknown-linux-gnu -O1 -fvisibility=hidden \
+// RUN:   -fsanitize=hwaddress -fsanitize=undefined -std=c++17 -fno-exceptions \
----------------
We try avoiding .cc to assembly test. Drop this file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144035



More information about the llvm-commits mailing list