[llvm] ebcaa57 - [GISel] #undef macros when they are no longer needed. NFC (#117652)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 25 18:00:11 PST 2024
Author: Craig Topper
Date: 2024-11-25T18:00:03-08:00
New Revision: ebcaa577158de095f0093025ae1127d211a2a535
URL: https://github.com/llvm/llvm-project/commit/ebcaa577158de095f0093025ae1127d211a2a535
DIFF: https://github.com/llvm/llvm-project/commit/ebcaa577158de095f0093025ae1127d211a2a535.diff
LOG: [GISel] #undef macros when they are no longer needed. NFC (#117652)
These macros are created inside a function. They should be undefined
before the end of the function.
Added:
Modified:
llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
Removed:
################################################################################error: too big or took too long to generate
More information about the llvm-commits
mailing list