[llvm] [SelectionDAG] Add space-optimized forms of OPC_CheckPredicate (PR #77763)
Paul Kirth via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 25 09:26:02 PST 2024
ilovepi wrote:
> > Oddly, I'm seeing a test failure locally in `TableGen/address-space-patfrags.td` that stops happening when I revert this patch? Any clues as to why we wouldn't see this on bots? There isn't anything non-standard in my CMake other than I've enabled `-DLLVM_REVERSE_ITERATION=On`. Well, that and assertions + the runtimes build, but this happens even if I just build and test llvm.
>
> This can be reproduced on my local machine, can you file an issue please? This should be backported to LLVM 18.
Thanks for taking a look, and fixing this. It looks like you've already started the backporting process in #79420.
https://github.com/llvm/llvm-project/pull/77763
More information about the llvm-commits
mailing list