[all-commits] [llvm/llvm-project] ebcaa5: [GISel] #undef macros when they are no longer need...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Nov 25 18:00:25 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ebcaa577158de095f0093025ae1127d211a2a535
https://github.com/llvm/llvm-project/commit/ebcaa577158de095f0093025ae1127d211a2a535
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-11-25 (Mon, 25 Nov 2024)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list