[all-commits] [llvm/llvm-project] 97efd8: [InstCombine] Preserve inalloca tag when transform...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Dec 11 05:27:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97efd8aa435c07aac5676d30e0311e9c05fb12c7
https://github.com/llvm/llvm-project/commit/97efd8aa435c07aac5676d30e0311e9c05fb12c7
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
M llvm/test/Transforms/InstCombine/alloca.ll
Log Message:
-----------
[InstCombine] Preserve inalloca tag when transforming alloca
This is not meaningful in any practical sense, and just makes sure
we don't cause verifier failures.
More information about the All-commits
mailing list