[all-commits] [llvm/llvm-project] c9a7b9: [AArch64] Consider tiny code model in emitLoadFrom...
Kai Wang via All-commits
all-commits at lists.llvm.org
Sat Feb 11 22:18:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9a7b92a23bbafbb42eed3d999e43286eb8f44c6
https://github.com/llvm/llvm-project/commit/c9a7b92a23bbafbb42eed3d999e43286eb8f44c6
Author: Hsiangkai Wang <hsiangkai at google.com>
Date: 2023-02-12 (Sun, 12 Feb 2023)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/select-imm.mir
Log Message:
-----------
[AArch64] Consider tiny code model in emitLoadFromConstantPool.
We should be able to use load(literal) to access constant pool under
the tiny code model.
Reviewed By: aemerson
Differential Revision: https://reviews.llvm.org/D132536
Commit: 08f31b8fa85c50cdfc715552730cff26ab70c737
https://github.com/llvm/llvm-project/commit/08f31b8fa85c50cdfc715552730cff26ab70c737
Author: Hsiangkai Wang <hsiangkai at google.com>
Date: 2023-02-12 (Sun, 12 Feb 2023)
Changed paths:
M mlir/docs/Tutorials/Toy/Ch-3.md
M mlir/docs/Tutorials/Toy/Ch-4.md
Log Message:
-----------
[docs] Make consistent between MLIR tutorial doc and example code
In MLIR tutorial example code, use `Pure` to remove the side-effects of
operations. Update the document to be consistent with the example code.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D143814
Compare: https://github.com/llvm/llvm-project/compare/6a75aec09098...08f31b8fa85c
More information about the All-commits
mailing list