[all-commits] [llvm/llvm-project] d0718f: [ShrinkWrap] Conservatively treat MIs without memo...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri May 12 08:11:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0718ff410cc0911766b86cd162d19b0b780b0ea
https://github.com/llvm/llvm-project/commit/d0718ff410cc0911766b86cd162d19b0b780b0ea
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-05-12 (Fri, 12 May 2023)
Changed paths:
M llvm/lib/CodeGen/ShrinkWrap.cpp
M llvm/test/CodeGen/AArch64/dont-shrink-wrap-stack-mayloadorstore.mir
M llvm/test/CodeGen/X86/inline-asm-flag-output.ll
Log Message:
-----------
[ShrinkWrap] Conservatively treat MIs without memory operands.
As pointed out by @jpenix-quic in D149668 post-commit, machine instructions
without memory operands need to be treated conservatively.
More information about the All-commits
mailing list