[PATCH] D84862: Make ENDBR instruction a scheduling boundary
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 10:55:10 PDT 2020
RKSimon added a comment.
Tried to use the inline code editor - not sure if it worked that well.....
================
Comment at: llvm/lib/Target/X86/X86InstrInfo.cpp:6681
+ const MachineFunction &MF) const {
+ if (TargetInstrInfo::isSchedulingBoundary(MI, MBB, MF))
+ return true;
----------------
Could this be simplified to use the base method as the fallback?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84862/new/
https://reviews.llvm.org/D84862
More information about the llvm-commits
mailing list