[all-commits] [llvm/llvm-project] e9e7b2: [SDAG] Set IsPostTypeLegalization flag in Legalize...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jan 10 03:25:58 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9e7b2adcf28c702f4ad37bad34ac437ee680799
https://github.com/llvm/llvm-project/commit/e9e7b2adcf28c702f4ad37bad34ac437ee680799
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-01-10 (Fri, 10 Jan 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Log Message:
-----------
[SDAG] Set IsPostTypeLegalization flag in LegalizeDAG (#122278)
This runs after type legalization and as such should set
IsPostTypeLegalization when creating libcalls. I don't think this makes
any observable difference right now, but I ran into this issue in an
upcoming patch.
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