aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorPavel Samolysov <samolisov@gmail.com>2022-08-26 13:21:29 +0300
committerPavel Samolysov <samolisov@gmail.com>2022-08-26 13:43:09 +0300
commitf964417c32d05a88c80db315e97ada639d97eda1 (patch)
tree62983c32d40e7d1a186557f5293ef2812eec3f9c /llvm/lib/CodeGen/CodeGen.cpp
parent6e81eae2f767df99c46e2296a74a00e28716ccae (diff)
downloadllvm-f964417c32d05a88c80db315e97ada639d97eda1.zip
llvm-f964417c32d05a88c80db315e97ada639d97eda1.tar.gz
llvm-f964417c32d05a88c80db315e97ada639d97eda1.tar.bz2
Revert "[Pipelines] Introduce DAE after ArgumentPromotion"
The commit breaks the compiler when a function is used as a function parameter (hm... for a function from the standard C library?): ``` static float strtof(char *, char *) {} void a() { strtof(a, 0); } ``` This reverts commit 879f5118fc74657e4a5c4eff6810098e1eed75ac.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions