[all-commits] [llvm/llvm-project] 1a576a: [GlobalIsel][X86] Rename x86_64-legalize-fcmp to l...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Jun 12 04:18:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a576aa09d4922764055b4616028ab2b7871f69e
https://github.com/llvm/llvm-project/commit/1a576aa09d4922764055b4616028ab2b7871f69e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
A llvm/test/CodeGen/X86/GlobalISel/legalize-fcmp.mir
R llvm/test/CodeGen/X86/GlobalISel/x86_64-legalize-fcmp.mir
Log Message:
-----------
[GlobalIsel][X86] Rename x86_64-legalize-fcmp to legalize-fcmp
32-bit support will be added shortly - x86_64 was being used a shorthand for SSE2
Commit: 6a12ab874aef9b5cb332f4d60f794727908e37b3
https://github.com/llvm/llvm-project/commit/6a12ab874aef9b5cb332f4d60f794727908e37b3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M llvm/test/CodeGen/X86/GlobalISel/legalize-fcmp.mir
Log Message:
-----------
[GlobalIsel][X86] Regenerate legalize-fcmp.mir
Commit: 22c17c6a1f732545a94bb5cfdf57f71b68b493c9
https://github.com/llvm/llvm-project/commit/22c17c6a1f732545a94bb5cfdf57f71b68b493c9
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M llvm/lib/Target/X86/X86LegalizerInfo.cpp
M llvm/test/CodeGen/X86/GlobalISel/legalize-fcmp.mir
Log Message:
-----------
[GlobalIsel][X86] Move G_FCMP getActionDefinitionsBuilder out of setLegalizerInfo64bit and add 32-bit support
We were using x86_64-only support as a SSE2 proxy
Compare: https://github.com/llvm/llvm-project/compare/9cf67f6ea0ff...22c17c6a1f73
More information about the All-commits
mailing list