[llvm] [clang] split load to bytes to deduce load value (PR #72364)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 02:33:07 PST 2023
================
@@ -0,0 +1,166 @@
+; RUN: opt -S -O3 < %s
----------------
nikic wrote:
GVN tests should use `-passes=gvn` only, not `-O3`.
https://github.com/llvm/llvm-project/pull/72364
More information about the llvm-commits
mailing list