[all-commits] [llvm/llvm-project] 66c572: GlobalISel: Handle assorted no-op intrinsics
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 29 18:26:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 66c572af5504b1eff32d221291041081af835256
https://github.com/llvm/llvm-project/commit/66c572af5504b1eff32d221291041081af835256
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-no-op-intrinsics.ll
Log Message:
-----------
GlobalISel: Handle assorted no-op intrinsics
SelectionDAGBuilder just drops these, so do the same.
Commit: 7d0b32c268ab4cfbc0630b2836890f2aef128d8b
https://github.com/llvm/llvm-project/commit/7d0b32c268ab4cfbc0630b2836890f2aef128d8b
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
Log Message:
-----------
GlobalISel: Use result of find rather than rechecking map
Compare: https://github.com/llvm/llvm-project/compare/9a3dbc972322...7d0b32c268ab
More information about the All-commits
mailing list