[PATCH] D122533: [AVR] Remove AVRRelaxMemOperations
Ben Shi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 27 05:06:24 PDT 2022
benshi001 added a comment.
In D122533#3410064 <https://reviews.llvm.org/D122533#3410064>, @Patryk27 wrote:
> Hmm, that's weird - I've just re-checked and everything's working correctly on my side; maybe you're testing it on an older LLVM revision? (for reference, my patch is based off of the current LLVM's main branch, which - at the time of writing this comment - is the d9cea8d3a8fff86672174780312674871729578c <https://reviews.llvm.org/rGd9cea8d3a8fff86672174780312674871729578c> commit).
I tested based on https://github.com/llvm/llvm-project/commit/674d52e8ced27bf427b3ea2c763a566ca9b8212a, which is also today's (March 27) revision. Did you build LLVM with -DCMAKE_BUILD_TYPE=Debug , it seems only debug version of llvm will get this issue be triggered.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122533/new/
https://reviews.llvm.org/D122533
More information about the cfe-commits
mailing list