[clang] [CGBuiltin] Use freeze instruction to create an undef value instead of zero (PR #86967)

2024-04-14 Thread via cfe-commits
https://github.com/AtariDreams closed https://github.com/llvm/llvm-project/pull/86967 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CGBuiltin] Use freeze instruction to create an undef value instead of zero (PR #86967)

2024-03-29 Thread Craig Topper via cfe-commits
https://github.com/topperc reopened https://github.com/llvm/llvm-project/pull/86967 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CGBuiltin] Use freeze instruction to create an undef value instead of zero (PR #86967)

2024-03-29 Thread Craig Topper via cfe-commits
topperc wrote: I believe this has been tried in the past and reverted. Have we resolved the issues from the past? https://github.com/llvm/llvm-project/pull/86967 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/ma

[clang] [CGBuiltin] Use freeze instruction to create an undef value instead of zero (PR #86967)

2024-03-29 Thread Craig Topper via cfe-commits
https://github.com/topperc closed https://github.com/llvm/llvm-project/pull/86967 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CGBuiltin] Use freeze instruction to create an undef value instead of zero (PR #86967)

2024-03-29 Thread via cfe-commits
https://github.com/AtariDreams converted_to_draft https://github.com/llvm/llvm-project/pull/86967 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CGBuiltin] Use freeze instruction to create an undef value instead of zero (PR #86967)

2024-03-29 Thread via cfe-commits
https://github.com/AtariDreams updated https://github.com/llvm/llvm-project/pull/86967 >From 5d8873d4c296a839674f4ad1a51c779df9c68fab Mon Sep 17 00:00:00 2001 From: Rose Date: Thu, 28 Mar 2024 12:12:57 -0400 Subject: [PATCH] [CGBuiltin] Use freeze instruction to create an undef value instead o

[clang] [CGBuiltin] Use freeze instruction to create an undef value instead of zero (PR #86967)

2024-03-29 Thread via cfe-commits
https://github.com/AtariDreams reopened https://github.com/llvm/llvm-project/pull/86967 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CGBuiltin] Use freeze instruction to create an undef value instead of zero (PR #86967)

2024-03-28 Thread via cfe-commits
https://github.com/AtariDreams closed https://github.com/llvm/llvm-project/pull/86967 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CGBuiltin] Use freeze instruction to create an undef value instead of zero (PR #86967)

2024-03-28 Thread via cfe-commits
https://github.com/AtariDreams reopened https://github.com/llvm/llvm-project/pull/86967 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CGBuiltin] Use freeze instruction to create an undef value instead of zero (PR #86967)

2024-03-28 Thread via cfe-commits
https://github.com/AtariDreams closed https://github.com/llvm/llvm-project/pull/86967 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CGBuiltin] Use freeze instruction to create an undef value instead of zero (PR #86967)

2024-03-28 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: AtariDreams (AtariDreams) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/86967.diff 1 Files Affected: - (modified) clang/lib/CodeGen/CGBuiltin.cpp (+3-5) ``diff diff --git a/clang/lib/CodeGen/CGBuiltin.cpp

[clang] [CGBuiltin] Use freeze instruction to create an undef value instead of zero (PR #86967)

2024-03-28 Thread via cfe-commits
https://github.com/AtariDreams created https://github.com/llvm/llvm-project/pull/86967 None >From 74c168b790f8daabf68426ce3fdffee0348f126b Mon Sep 17 00:00:00 2001 From: Rose Date: Thu, 28 Mar 2024 12:12:57 -0400 Subject: [PATCH] [CGBuiltin] Use freeze instruction to create an undef value ins