[all-commits] [llvm/llvm-project] 4491f0: [IR] Remove unnecessary bitcast from CreateMalloc()
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Sep 18 05:58:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4491f0b969c04c93e8db397d51c6986e9371a49b
https://github.com/llvm/llvm-project/commit/4491f0b969c04c93e8db397d51c6986e9371a49b
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M llvm/lib/IR/Instructions.cpp
M llvm/test/CodeGen/WebAssembly/lower-em-sjlj.ll
M llvm/test/CodeGen/WebAssembly/lower-wasm-ehsjlj.ll
M llvm/test/CodeGen/WebAssembly/lower-wasm-sjlj.ll
M polly/test/CodeGen/MemAccess/create_arrays_heap.ll
Log Message:
-----------
[IR] Remove unnecessary bitcast from CreateMalloc()
This bitcast is no longer necessary with opaque pointers. This
results in some annoying variable name changes in tests.
More information about the All-commits
mailing list