[all-commits] [llvm/llvm-project] be0019: [TII][X86] Do not schedule frame-setup/frame-desto...
Haohai Wen via All-commits
all-commits at lists.llvm.org
Wed Jun 26 02:09:21 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be00190ce35807c8586ee4e2e61507fc0221e825
https://github.com/llvm/llvm-project/commit/be00190ce35807c8586ee4e2e61507fc0221e825
Author: Haohai Wen <haohai.wen at intel.com>
Date: 2024-06-26 (Wed, 26 Jun 2024)
Changed paths:
M llvm/lib/Target/X86/X86InstrInfo.cpp
Log Message:
-----------
[TII][X86] Do not schedule frame-setup/frame-destory instructions (#96611)
frame-setup/frame-destroy instruction can not be scheduled around by
PostRAScheduler. Their order is critical for SEH.
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