[llvm] [SDAG] fix miss opt: shl nuw + zext adds unnecessary masking (PR #172046)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 20 09:35:41 PST 2026
boomanaiden154 wrote:
> Can you confirm you're stilling seeing the miscompile after https://github.com/llvm/llvm-project/pull/176064? I'm not sure exactly what that would have done on a non-asserts build.
Ah yeah, patching that one in fixes the problem.
https://github.com/llvm/llvm-project/pull/172046
More information about the llvm-commits
mailing list