[all-commits] [llvm/llvm-project] 2c8c39: Revert "[llubi] Add support for load/store/lifetim...
Yingwei Zheng via All-commits
all-commits at lists.llvm.org
Fri Mar 6 13:03:35 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c8c39a70837c03f550d83272e01d019ba28965c
https://github.com/llvm/llvm-project/commit/2c8c39a70837c03f550d83272e01d019ba28965c
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M llvm/docs/CommandGuide/llubi.rst
R llvm/test/tools/llubi/loadstore_be.ll
R llvm/test/tools/llubi/loadstore_le.ll
R llvm/test/tools/llubi/loadstore_misaligned.ll
R llvm/test/tools/llubi/loadstore_null.ll
R llvm/test/tools/llubi/loadstore_oob1.ll
R llvm/test/tools/llubi/loadstore_overaligned.ll
R llvm/test/tools/llubi/loadstore_poison.ll
R llvm/test/tools/llubi/loadstore_uaf.ll
R llvm/test/tools/llubi/store_dead.ll
M llvm/tools/llubi/lib/Context.cpp
M llvm/tools/llubi/lib/Context.h
M llvm/tools/llubi/lib/Interpreter.cpp
M llvm/tools/llubi/lib/Value.h
M llvm/tools/llubi/llubi.cpp
Log Message:
-----------
Revert "[llubi] Add support for load/store/lifetime markers" (#185101)
Reverts llvm/llvm-project#182532 to unblock CI.
The original patch causes some test failures related to undef bits, as
it incorrectly assumes `std::uniform_int_distribution` returns the same
result with different C++ stdlib vendors.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list