[all-commits] [llvm/llvm-project] 8c3a70: [AArch64] Move CALL_RVMARKER definition after CALL.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Mar 3 11:43:01 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c3a70a78f7e15d1c8f474a9e5316f1d3b5a71d0
https://github.com/llvm/llvm-project/commit/8c3a70a78f7e15d1c8f474a9e5316f1d3b5a71d0
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
Log Message:
-----------
[AArch64] Move CALL_RVMARKER definition after CALL.
This is a NFC with respect to the generated code. But it fixes a crash
when using -debug, because of the position in the enum CALL_RVMARKER
nodes were treated as memops. That caused a crash when printing
CALL_RVMARKER nodes.
More information about the All-commits
mailing list