diff options
author | Nikita Popov <npopov@redhat.com> | 2022-06-08 11:36:52 +0200 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2022-06-10 09:53:35 +0200 |
commit | 3c514d31d7913f7841ed6a31eff27397a76207e4 (patch) | |
tree | 4784d5d45b6bbd67438cf96b5f99336cb4eb827e /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 6bc8163c79fd82369f4930db66b836d8f9098569 (diff) | |
download | llvm-3c514d31d7913f7841ed6a31eff27397a76207e4.zip llvm-3c514d31d7913f7841ed6a31eff27397a76207e4.tar.gz llvm-3c514d31d7913f7841ed6a31eff27397a76207e4.tar.bz2 |
[EarlyCSE] Update tests to use opaque pointers (NFC)
Update the EarlyCSE tests to use opaque pointers.
Worth noting that this leaves some bitcast ptr to ptr instructions
in the input IR behind which are no longer necessary. This is
because these use numbered instructions, so it's hard to drop them
in an automated fashion (as it would require renumbering all other
instructions as well). I'm leaving that as a problem for another day.
The test updates have been performed using
https://gist.github.com/nikic/98357b71fd67756b0f064c9517b62a34.
Differential Revision: https://reviews.llvm.org/D127278
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions