[all-commits] [llvm/llvm-project] 8854dd: [IR] Specify alloca with poison element count (#18...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Tue Feb 24 07:34:30 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8854dd05b45927853bd5fbc4cc074c51d25bec15
      https://github.com/llvm/llvm-project/commit/8854dd05b45927853bd5fbc4cc074c51d25bec15
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2026-02-24 (Tue, 24 Feb 2026)

  Changed paths:
    M llvm/docs/LangRef.rst

  Log Message:
  -----------
  [IR] Specify alloca with poison element count (#183072)

An alloca with a poison element count is undefined behavior.

This matches existing behavior of optimizations. This also matches the
behavior of llubui for `poison`, but llubi currently does not report
immediate UB for `undef` element counts. A future patch will fix that.



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